1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 12:00:09 +02:00

♻️ Cleanup

This commit is contained in:
2022-05-10 00:18:45 +02:00
parent 0306c2b726
commit 3fc21fff2a

View File

@ -24,9 +24,9 @@ class AppUpdateChecker {
if !Preferences.isEnabled(.automaticBackgroundUpdateCheck) {
Log.info("Automatic updates are disabled. No check will be performed.")
return
} else {
Log.info("Automatic updates are enabled, a check will be performed.")
}
Log.info("Automatic updates are enabled, a check will be performed.")
}
// Actually check for updates