Make jumping to manga chapters optional

This commit is contained in:
arkon
2020-06-25 18:10:46 -04:00
parent f2f6628693
commit 2cb7624953
5 changed files with 15 additions and 2 deletions
@@ -72,6 +72,11 @@ class SettingsLibraryController : SettingsController() {
}
.launchIn(scope)
}
switchPreference {
key = Keys.jumpToChapters
titleRes = R.string.pref_jump_to_chapters
defaultValue = false
}
}
preferenceCategory {