mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-07 12:00:09 +02:00
♻️ Cleanup
This commit is contained in:
@ -24,9 +24,9 @@ class AppUpdateChecker {
|
|||||||
if !Preferences.isEnabled(.automaticBackgroundUpdateCheck) {
|
if !Preferences.isEnabled(.automaticBackgroundUpdateCheck) {
|
||||||
Log.info("Automatic updates are disabled. No check will be performed.")
|
Log.info("Automatic updates are disabled. No check will be performed.")
|
||||||
return
|
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
|
// Actually check for updates
|
||||||
|
Reference in New Issue
Block a user