mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-12 05:25:37 +02:00
#312, Ctrl + Shift + RestoreFromDisk to auto skip missing window
This commit is contained in:
parent
7d77f64d79
commit
3b51f41f08
2 changed files with 15 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue