mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
#300, add command option -ctrl_minimize_to_tray=0 to disable the feature
This commit is contained in:
parent
8b08fb3d07
commit
006aa4e517
2 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue