mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +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
|
@ -147,7 +147,7 @@ namespace PersistentWindows.Common
|
|||
"chrome", "firefox", "msedge", "vivaldi", "opera", "brave", "360ChromeX"
|
||||
};
|
||||
|
||||
public bool dumpDataWhenExit = true;
|
||||
public bool dumpHistoryData = true;
|
||||
private string windowPosDataFile = "window_pos.xml"; //for PW restart without PC reboot
|
||||
private string snapshotTimeFile = "snapshot_time.xml";
|
||||
private string debugWindowDump = "debug_window.xml";
|
||||
|
@ -332,7 +332,7 @@ namespace PersistentWindows.Common
|
|||
{
|
||||
try
|
||||
{
|
||||
if (dumpDataWhenExit)
|
||||
if (dumpHistoryData)
|
||||
WriteDataDumpCore(dump_dead_window);
|
||||
}
|
||||
catch (Exception e)
|
||||
|
@ -370,7 +370,7 @@ namespace PersistentWindows.Common
|
|||
{
|
||||
try
|
||||
{
|
||||
if (dumpDataWhenExit)
|
||||
if (dumpHistoryData)
|
||||
ReadDataDump();
|
||||
}
|
||||
catch (Exception e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue