mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 21:15:38 +02:00
fix typo
This commit is contained in:
parent
fe06972d58
commit
62a03e4ed3
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ if not errorlevel 1 goto wait_to_finish";
|
||||||
case "-auto_upgrade=1":
|
case "-auto_upgrade=1":
|
||||||
auto_upgrade = true;
|
auto_upgrade = true;
|
||||||
break;
|
break;
|
||||||
case "-dump_window_pos=0":
|
case "-dump_window_position_history=0":
|
||||||
pwp.dumpHistoryData = false;
|
pwp.dumpHistoryData = false;
|
||||||
break;
|
break;
|
||||||
case "-restore_snapshot":
|
case "-restore_snapshot":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue