mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
rename -dump_window_pos_at_exit to -dum_window_position_history
This commit is contained in:
parent
b70db0aa53
commit
fe06972d58
3 changed files with 6 additions and 6 deletions
|
@ -290,8 +290,8 @@ if not errorlevel 1 goto wait_to_finish";
|
|||
case "-auto_upgrade=1":
|
||||
auto_upgrade = true;
|
||||
break;
|
||||
case "-dump_window_pos_at_exit=0":
|
||||
pwp.dumpDataWhenExit = false;
|
||||
case "-dump_window_pos=0":
|
||||
pwp.dumpHistoryData = false;
|
||||
break;
|
||||
case "-restore_snapshot":
|
||||
restore_snapshot = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue