diff --git a/Source/Modules/AppDelegate.swift b/Source/Modules/AppDelegate.swift index 92ac189d..1beee07c 100644 --- a/Source/Modules/AppDelegate.swift +++ b/Source/Modules/AppDelegate.swift @@ -105,11 +105,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, ctlNonModalAlertWindowDelega NSApp.setActivationPolicy(.accessory) } - func checkForUpdate() { - checkForUpdate(forced: false) - } - - func checkForUpdate(forced: Bool) { + func checkForUpdate(forced: Bool = false) { if checkTask != nil { // busy return