mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
fast restore by default, disable by -fast_restore=0
This commit is contained in:
parent
c7f0f29961
commit
8e33aab670
2 changed files with 3 additions and 3 deletions
|
@ -158,8 +158,8 @@ if not errorlevel 1 goto wait_to_finish";
|
|||
case "-enable_auto_restore_by_manual_capture":
|
||||
pwp.manualNormalSession = true;
|
||||
break;
|
||||
case "-fast_restore":
|
||||
pwp.fastRestore = true;
|
||||
case "-fast_restore=0":
|
||||
pwp.fastRestore = false;
|
||||
break;
|
||||
case "-delay_restart":
|
||||
delay_restart = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue