rename -dump_window_pos_at_exit to -dum_window_position_history

This commit is contained in:
Kang Yu 2025-02-02 20:39:47 -08:00
parent b70db0aa53
commit fe06972d58
3 changed files with 6 additions and 6 deletions

View file

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