@@ -60,6 +60,16 @@ need_use_wt = off
6060
6161[7]
6262
63+ caption = {lang_open_in_browser}
64+ category = modules
65+ command = cmd.exe /c "start "" "{web_ui_url}""
66+ hide = on
67+ icon = up-right-from-square
68+ need_state = on
69+ need_web_ui = on
70+
71+ [8]
72+
6373caption = {lang_launch_shell}
6474category = modules
6575command = wt.exe nt -d "{root_dir}" cmd.exe /k "osp reset init noprint & osp shell {module_name}"
@@ -68,7 +78,7 @@ need_state = on
6878need_shell = on
6979need_use_wt = on
7080
71- [8 ]
81+ [9 ]
7282
7383caption = {lang_launch_shell}
7484category = modules
@@ -78,23 +88,23 @@ need_state = on
7888need_shell = on
7989need_use_wt = off
8090
81- [9 ]
91+ [10 ]
8292
8393caption = {lang_open_in_console}
8494category = modules
8595command = wt.exe nt -d "{root_dir}" cmd.exe /k "osp reset init noprint & osp use {module_name}"
8696icon = terminal
8797need_use_wt = on
8898
89- [10 ]
99+ [11 ]
90100
91101caption = {lang_open_in_console}
92102category = modules
93103command = cmd.exe /k "osp reset init noprint & osp use {module_name}"
94104icon = terminal
95105need_use_wt = off
96106
97- [11 ]
107+ [12 ]
98108
99109caption = {lang_open_in_explorer}
100110category = modules
@@ -103,7 +113,7 @@ hr_after = on
103113icon = folder-closed
104114work_directory = {root_dir}\modules\{module_name}
105115
106- [12 ]
116+ [13 ]
107117
108118caption = {lang_initialize}
109119category = modules
@@ -112,7 +122,7 @@ hide = on
112122icon = gears
113123need_state = off
114124
115- [13 ]
125+ [14 ]
116126
117127caption = {lang_switch_on}
118128category = modules
@@ -121,7 +131,7 @@ hide = on
121131icon = toggle-off
122132need_state = off
123133
124- [14 ]
134+ [15 ]
125135
126136caption = {lang_restart}
127137category = modules
@@ -130,7 +140,7 @@ hide = on
130140icon = redo
131141need_state = on
132142
133- [15 ]
143+ [16 ]
134144
135145caption = {lang_switch_off}
136146category = modules
@@ -139,40 +149,40 @@ hide = on
139149icon = toggle-on
140150need_state = on
141151
142- [16 ]
152+ [17 ]
143153
144154caption = {lang_cli}
145155command = wt.exe nt -d "{root_dir}" cmd.exe /k "osp reset init"
146156icon = terminal
147157need_use_wt = on
148158
149- [17 ]
159+ [18 ]
150160
151161caption = {lang_cli}
152162command = cmd.exe /k "osp reset init"
153163icon = terminal
154164need_use_wt = off
155165
156- [18 ]
166+ [19 ]
157167
158168caption = {lang_root_dir}
159169command = explorer.exe "{root_dir}"
160170icon = folder-closed
161171
162- [19 ]
172+ [20 ]
163173
164174caption = {lang_logs_viewer}
165175command = command_open_logs_viewer
166176icon = regular-file-lines
167177
168- [20 ]
178+ [21 ]
169179
170180caption = {lang_idn_menu_caption}
171181command = command_open_idn_converter
172182icon = shuffle
173183
174184
175- [21 ]
185+ [22 ]
176186
177187caption = {lang_options}
178188command = command_open_options
0 commit comments