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

@@ -82,7 +82,7 @@ class PreferencesHelper(val context: Context) {
fun autoUpdateTrackers() = prefs.getBoolean(Keys.autoUpdateTrackers, false)
fun showLibraryUpdateErrors() = prefs.getBoolean(Keys.showLibraryUpdateErrors, false)
fun showLibraryUpdateErrors() = prefs.getBoolean(Keys.showLibraryUpdateErrors, true)
fun themeMode() = flowPrefs.getEnum(Keys.themeMode, Values.ThemeMode.system)