From a535a353eba226abaf98d3a56e96b6e1b95c2cc3 Mon Sep 17 00:00:00 2001 From: OSPanel <93676052+OSPanel@users.noreply.github.com> Date: Mon, 8 Apr 2024 04:13:10 +0300 Subject: [PATCH] Update menu.dat --- system/default/menu.dat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system/default/menu.dat b/system/default/menu.dat index 1c55c55d9..649b16525 100644 --- a/system/default/menu.dat +++ b/system/default/menu.dat @@ -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}" +command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}{project_command}" 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}" +command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}{project_command}" 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} start" +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}" 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} start" +command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded} {host_decoded}{project_command}{project_start_command}" icon = rocket need_ps_command = on need_use_win_terminal = off