Revert "Update menu.dat"

This reverts commit a535a353eb.
This commit is contained in:
OSPanel 2024-04-08 04:41:20 +03:00
parent a535a353eb
commit a409b4c2c0

View file

@ -11,7 +11,7 @@ need_state = on
caption = {lang_open_in_console}
category = domains
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}{project_command}"
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}"
icon = terminal
need_use_win_terminal = on
@ -19,7 +19,7 @@ need_use_win_terminal = on
caption = {lang_open_in_console}
category = domains
command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}{project_command}"
command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}"
icon = terminal
need_use_win_terminal = off
@ -27,7 +27,7 @@ need_use_win_terminal = off
caption = {lang_launch_app}
category = domains
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}{project_command}{project_start_command}"
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded} start"
icon = rocket
need_ps_command = on
need_use_win_terminal = on
@ -36,7 +36,7 @@ need_use_win_terminal = on
caption = {lang_launch_app}
category = domains
command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded} {host_decoded}{project_command}{project_start_command}"
command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded} start"
icon = rocket
need_ps_command = on
need_use_win_terminal = off