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:
Kang Yu 2022-10-19 15:41:54 -07:00
parent c8a2b40bf5
commit 050d700f38
2 changed files with 7 additions and 2 deletions

View file

@ -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;