diff --git a/Stats/helpers.swift b/Stats/helpers.swift index 0301afa6..18208b33 100644 --- a/Stats/helpers.swift +++ b/Stats/helpers.swift @@ -94,7 +94,7 @@ extension AppDelegate { NSApp.setActivationPolicy(dockIconStatus) } - if updateIntervals(rawValue: store.string(key: "update-interval", defaultValue: updateIntervals.atStart.rawValue)) == .atStart { + if updateIntervals(rawValue: store.string(key: "update-interval", defaultValue: updateIntervals.atStart.rawValue)) != .never { self.checkForNewVersion(false) } }