mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-12 05:25:37 +02:00
fix #184, add -enable_auto_restore_by_manual_capture command option to disable PW from auto restore for certain display config
This commit is contained in:
parent
c8a2b40bf5
commit
050d700f38
2 changed files with 7 additions and 2 deletions
|
@ -123,6 +123,9 @@ namespace Ninjacrab.PersistentWindows.SystrayShell
|
|||
case "-splash=0":
|
||||
splash = false;
|
||||
break;
|
||||
case "-enable_auto_restore_by_manual_capture":
|
||||
pwp.manualNormalSession = true;
|
||||
break;
|
||||
case "-delay_start":
|
||||
delay_start = 1;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue