Skip to content

Commit 88bd84f

Browse files
committed
Update menu.dat
1 parent f9151f8 commit 88bd84f

1 file changed

Lines changed: 24 additions & 14 deletions

File tree

system/default/menu.dat

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
6373
caption = {lang_launch_shell}
6474
category = modules
6575
command = wt.exe nt -d "{root_dir}" cmd.exe /k "osp reset init noprint & osp shell {module_name}"
@@ -68,7 +78,7 @@ need_state = on
6878
need_shell = on
6979
need_use_wt = on
7080

71-
[8]
81+
[9]
7282

7383
caption = {lang_launch_shell}
7484
category = modules
@@ -78,23 +88,23 @@ need_state = on
7888
need_shell = on
7989
need_use_wt = off
8090

81-
[9]
91+
[10]
8292

8393
caption = {lang_open_in_console}
8494
category = modules
8595
command = wt.exe nt -d "{root_dir}" cmd.exe /k "osp reset init noprint & osp use {module_name}"
8696
icon = terminal
8797
need_use_wt = on
8898

89-
[10]
99+
[11]
90100

91101
caption = {lang_open_in_console}
92102
category = modules
93103
command = cmd.exe /k "osp reset init noprint & osp use {module_name}"
94104
icon = terminal
95105
need_use_wt = off
96106

97-
[11]
107+
[12]
98108

99109
caption = {lang_open_in_explorer}
100110
category = modules
@@ -103,7 +113,7 @@ hr_after = on
103113
icon = folder-closed
104114
work_directory = {root_dir}\modules\{module_name}
105115

106-
[12]
116+
[13]
107117

108118
caption = {lang_initialize}
109119
category = modules
@@ -112,7 +122,7 @@ hide = on
112122
icon = gears
113123
need_state = off
114124

115-
[13]
125+
[14]
116126

117127
caption = {lang_switch_on}
118128
category = modules
@@ -121,7 +131,7 @@ hide = on
121131
icon = toggle-off
122132
need_state = off
123133

124-
[14]
134+
[15]
125135

126136
caption = {lang_restart}
127137
category = modules
@@ -130,7 +140,7 @@ hide = on
130140
icon = redo
131141
need_state = on
132142

133-
[15]
143+
[16]
134144

135145
caption = {lang_switch_off}
136146
category = modules
@@ -139,40 +149,40 @@ hide = on
139149
icon = toggle-on
140150
need_state = on
141151

142-
[16]
152+
[17]
143153

144154
caption = {lang_cli}
145155
command = wt.exe nt -d "{root_dir}" cmd.exe /k "osp reset init"
146156
icon = terminal
147157
need_use_wt = on
148158

149-
[17]
159+
[18]
150160

151161
caption = {lang_cli}
152162
command = cmd.exe /k "osp reset init"
153163
icon = terminal
154164
need_use_wt = off
155165

156-
[18]
166+
[19]
157167

158168
caption = {lang_root_dir}
159169
command = explorer.exe "{root_dir}"
160170
icon = folder-closed
161171

162-
[19]
172+
[20]
163173

164174
caption = {lang_logs_viewer}
165175
command = command_open_logs_viewer
166176
icon = regular-file-lines
167177

168-
[20]
178+
[21]
169179

170180
caption = {lang_idn_menu_caption}
171181
command = command_open_idn_converter
172182
icon = shuffle
173183

174184

175-
[21]
185+
[22]
176186

177187
caption = {lang_options}
178188
command = command_open_options

0 commit comments

Comments
 (0)