diff --git a/Stats/Supporting Files/Info.plist b/Stats/Supporting Files/Info.plist index 9d1f5ca6..4165fb4d 100755 --- a/Stats/Supporting Files/Info.plist +++ b/Stats/Supporting Files/Info.plist @@ -17,7 +17,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 676 + 677 Description Simple macOS system monitor in your menu bar LSApplicationCategoryType diff --git a/Stats/helpers.swift b/Stats/helpers.swift index 70c97e49..66d20ef8 100644 --- a/Stats/helpers.swift +++ b/Stats/helpers.swift @@ -99,7 +99,9 @@ extension AppDelegate { self.supportActivity.interval = 60 * 60 * 24 * 30 self.supportActivity.repeats = true self.supportActivity.schedule { (completion: @escaping NSBackgroundActivityScheduler.CompletionHandler) in - self.checkIfShouldShowSupportWindow() + DispatchQueue.main.async { + self.checkIfShouldShowSupportWindow() + } completion(NSBackgroundActivityScheduler.Result.finished) } diff --git a/Widgets/Supporting Files/Info.plist b/Widgets/Supporting Files/Info.plist index fac561e6..63d159f7 100644 --- a/Widgets/Supporting Files/Info.plist +++ b/Widgets/Supporting Files/Info.plist @@ -13,7 +13,7 @@ CFBundleShortVersionString 2.11.31 CFBundleVersion - 676 + 677 NSExtension NSExtensionPointIdentifier