chore: removed unused Preferences

This commit is contained in:
sneazy-ibo
2024-07-08 18:56:34 +02:00
parent 6a5bf7e953
commit b1c0445981

View File

@@ -18,7 +18,6 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
SearchSources(Pref(Location.General, Boolean::class, false)),
RecentlyListOnly(Pref(Location.General, Boolean::class, false)),
SettingsPreferDub(Pref(Location.General, Boolean::class, false)),
SelectedLanguage(Pref(Location.General, Int::class, 1)),
SubscriptionCheckingNotifications(Pref(Location.General, Boolean::class, true)),
CheckUpdate(Pref(Location.General, Boolean::class, true)),
VerboseLogging(Pref(Location.General, Boolean::class, false)),