Default skip filtered to true

This commit is contained in:
arkon
2020-04-19 15:29:10 -04:00
parent bb064a1ba7
commit 9c820fcca1
2 changed files with 2 additions and 2 deletions

View File

@@ -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