mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-16 14:07:28 +01:00
Default skip filtered to true
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user