Default disable Integrated hentai features
This commit is contained in:
parent
a4a18361c9
commit
b10fe0fc15
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class UnsortedPreferences(
|
|||
|
||||
fun showOnlyUpdatesMigration() = preferenceStore.getBoolean("show_only_updates_migration", false)
|
||||
|
||||
fun isHentaiEnabled() = preferenceStore.getBoolean("eh_is_hentai_enabled", true)
|
||||
fun isHentaiEnabled() = preferenceStore.getBoolean("eh_is_hentai_enabled", false)
|
||||
|
||||
fun enableExhentai() = preferenceStore.getBoolean(Preference.privateKey("enable_exhentai"), false)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue