Check for updates in background on launch

This commit is contained in:
Angelo Stavrow 2021-02-08 16:33:04 -05:00
parent 6cc2194b26
commit 3c0ab76a72
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -18,7 +18,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
// If enabled, check for updates.
if automaticallyChecksForUpdates {
SUUpdater.shared()?.checkForUpdates(self)
SUUpdater.shared()?.checkForUpdatesInBackground()
}
}
}