#300, add command option -ctrl_minimize_to_tray=0 to disable the feature

This commit is contained in:
Kang Yu 2024-03-01 13:11:11 -08:00
parent 8b08fb3d07
commit 006aa4e517
2 changed files with 6 additions and 1 deletions

View file

@ -184,6 +184,9 @@ namespace PersistentWindows.SystrayShell
case "-foreground_background_dual_position=0":
pwp.enableDualPosSwitch = false;
break;
case "-ctrl_minimize_to_tray=0":
pwp.enableMinimizeToTray = false;
break;
case "-prompt_session_restore":
prompt_session_restore = true;
break;