mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-18 10:13:55 +00:00
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:
@@ -14,7 +14,7 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
||||
DownloadManager(Pref(Location.General, Int::class, 0)),
|
||||
NSFWExtension(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)),
|
||||
SettingsPreferDub(Pref(Location.General, Boolean::class, false)),
|
||||
SubscriptionCheckingNotifications(Pref(Location.General, Boolean::class, true)),
|
||||
|
||||
Reference in New Issue
Block a user