#312, Ctrl + Shift + RestoreFromDisk to auto skip missing window

This commit is contained in:
Kang Yu 2024-04-21 23:10:03 -07:00
parent 7d77f64d79
commit 3b51f41f08
2 changed files with 15 additions and 8 deletions

View file

@ -94,7 +94,7 @@ namespace PersistentWindows.Common
private Timer restoreFinishedTimer;
public bool restoringFromMem = false; // automatic restore from memory or snapshot
public bool restoringFromDB = false; // manual restore from DB
private bool autoInitialRestoreFromDB = false;
public bool autoInitialRestoreFromDB = false;
public bool restoringSnapshot = false; // implies restoringFromMem
public bool showDesktop = false; // show desktop when display changes
public int fixZorder = 1; // 1 means restore z-order only for snapshot; 2 means restore z-order for all; 0 means no z-order restore at all