|
@@ -83,8 +83,6 @@ class PreferencesHelper(val context: Context) {
|
|
|
|
|
|
fun showLibraryUpdateErrors() = prefs.getBoolean(Keys.showLibraryUpdateErrors, false)
|
|
|
|
|
|
- fun clear() = prefs.edit { clear() }
|
|
|
-
|
|
|
fun themeMode() = flowPrefs.getEnum(Keys.themeMode, Values.ThemeMode.system)
|
|
|
|
|
|
fun themeLight() = flowPrefs.getEnum(Keys.themeLight, Values.LightThemeVariant.default)
|