fix: default SearchSources to false
many people thought this was a bug. defaulting off max users more aware of what's going on
This commit is contained in:
parent
2f30bdb6a8
commit
8bde831794
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
||||||
DownloadManager(Pref(Location.General, Int::class, 0)),
|
DownloadManager(Pref(Location.General, Int::class, 0)),
|
||||||
NSFWExtension(Pref(Location.General, Boolean::class, true)),
|
NSFWExtension(Pref(Location.General, Boolean::class, true)),
|
||||||
ContinueMedia(Pref(Location.General, Boolean::class, true)),
|
ContinueMedia(Pref(Location.General, Boolean::class, true)),
|
||||||
SearchSources(Pref(Location.General, Boolean::class, true)),
|
SearchSources(Pref(Location.General, Boolean::class, false)),
|
||||||
RecentlyListOnly(Pref(Location.General, Boolean::class, false)),
|
RecentlyListOnly(Pref(Location.General, Boolean::class, false)),
|
||||||
SettingsPreferDub(Pref(Location.General, Boolean::class, false)),
|
SettingsPreferDub(Pref(Location.General, Boolean::class, false)),
|
||||||
SubscriptionCheckingNotifications(Pref(Location.General, Boolean::class, true)),
|
SubscriptionCheckingNotifications(Pref(Location.General, Boolean::class, true)),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue