Added config to hide transition page when not needed (#2682)

* Added config to hide transition page when not needed

* Moved always_show_chapter_transition setting to General group
This commit is contained in:
morcefaster
2020-03-09 20:36:29 +02:00
committed by GitHub
parent bd2dfaad2e
commit 9936b402a6
12 changed files with 64 additions and 9 deletions
@@ -103,6 +103,12 @@ class SettingsReaderController : SettingsController() {
defaultValue = false
}
}
switchPreference {
key = Keys.alwaysShowChapterTransition
titleRes = R.string.pref_always_show_chapter_transition
defaultValue = true
}
preferenceCategory {
titleRes = R.string.pager_viewer