mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
accelarate auto restore for pop up window activated from previous display config
This commit is contained in:
parent
4d6b24d8fc
commit
e4571e4f34
1 changed files with 1 additions and 4 deletions
|
@ -731,10 +731,7 @@ namespace PersistentWindows.Common
|
|||
snapshotTakenTime[curDisplayKey][MaxSnapshots - 2] = snapshotTakenTime[curDisplayKey][MaxSnapshots];
|
||||
}
|
||||
|
||||
if (wasRestoringSnapshot || noRestoreWindowsTmp.Count > 0)
|
||||
CaptureApplicationsOnCurrentDisplays(curDisplayKey, immediateCapture: true);
|
||||
else
|
||||
StartCaptureTimer();
|
||||
CaptureApplicationsOnCurrentDisplays(curDisplayKey, immediateCapture: true);
|
||||
}
|
||||
|
||||
bool db_exist = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue