mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
rename a variable
This commit is contained in:
parent
573b453704
commit
b392ac84f9
2 changed files with 4 additions and 4 deletions
|
@ -269,7 +269,7 @@ if not errorlevel 1 goto wait_to_finish";
|
|||
auto_restore_missing_windows = true;
|
||||
break;
|
||||
case "-auto_restore_new_display_session_from_db=0":
|
||||
pwp.autoRestoreLiveWindows = false;
|
||||
pwp.autoRestoreLiveWindowsFromDb = false;
|
||||
Log.Error("turn off auto restore db for new session");
|
||||
break;
|
||||
case "-invoke_multi_window_process_only_once=0":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue