mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 01:55:09 +01:00
Default skip filtered to true
This commit is contained in:
parent
bb064a1ba7
commit
9c820fcca1
@ -215,7 +215,7 @@ class PreferencesHelper(val context: Context) {
|
||||
|
||||
fun skipRead() = prefs.getBoolean(Keys.skipRead, false)
|
||||
|
||||
fun skipFiltered() = prefs.getBoolean(Keys.skipFiltered, false)
|
||||
fun skipFiltered() = prefs.getBoolean(Keys.skipFiltered, true)
|
||||
|
||||
fun migrateFlags() = flowPrefs.getInt("migrate_flags", Int.MAX_VALUE)
|
||||
|
||||
|
@ -114,7 +114,7 @@ class SettingsReaderController : SettingsController() {
|
||||
switchPreference {
|
||||
key = Keys.skipFiltered
|
||||
titleRes = R.string.pref_skip_filtered_chapters
|
||||
defaultValue = false
|
||||
defaultValue = true
|
||||
}
|
||||
switchPreference {
|
||||
key = Keys.alwaysShowChapterTransition
|
||||
|
Loading…
Reference in New Issue
Block a user