mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 07:11:03 +00:00
chore: removed unused Preferences
This commit is contained in:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user