mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-12 13:35:39 +02:00
do delayed capture after successful auto restore
This commit is contained in:
parent
818b8c50bd
commit
47b3e3173f
1 changed files with 2 additions and 0 deletions
|
@ -458,6 +458,8 @@ namespace PersistentWindows.Common
|
|||
|
||||
if (wasRestoringSnapshot || noRestoreWindowsTmp.Count > 0)
|
||||
CaptureApplicationsOnCurrentDisplays(curDisplayKey, immediateCapture: true);
|
||||
else
|
||||
StartCaptureTimer();
|
||||
}
|
||||
|
||||
bool db_exist = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue