diff --git a/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs b/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs index 43bd4a6..1eabe65 100644 --- a/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs +++ b/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs @@ -458,6 +458,8 @@ namespace PersistentWindows.Common if (wasRestoringSnapshot || noRestoreWindowsTmp.Count > 0) CaptureApplicationsOnCurrentDisplays(curDisplayKey, immediateCapture: true); + else + StartCaptureTimer(); } bool db_exist = false;