do delayed capture after successful auto restore

This commit is contained in:
Kang Yu 2024-02-09 12:22:34 -08:00
parent 818b8c50bd
commit 47b3e3173f

View file

@ -458,6 +458,8 @@ namespace PersistentWindows.Common
if (wasRestoringSnapshot || noRestoreWindowsTmp.Count > 0)
CaptureApplicationsOnCurrentDisplays(curDisplayKey, immediateCapture: true);
else
StartCaptureTimer();
}
bool db_exist = false;