Show global update error notifications by default

This commit is contained in:
arkon
2021-06-06 22:27:53 -04:00
parent 71bd5fe367
commit ec5e6958ef
2 changed files with 2 additions and 2 deletions

View File

@@ -285,7 +285,7 @@ class SettingsLibraryController : SettingsController() {
switchPreference {
key = Keys.showLibraryUpdateErrors
titleRes = R.string.pref_library_update_error_notification
defaultValue = false
defaultValue = true
}
}
}