mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
check for update if automatic check is not disabled
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user