Added Webtoon with Padding viewer (#2618)

* Added Webtoon with Padding viewer

* Change webtoon padding to be a config option

* Removed obselete padded_webtoon

* Switch ambiguous padding to vertical padding
This commit is contained in:
Unlocked
2020-02-23 12:44:50 -05:00
committed by GitHub
parent 275bd44e15
commit ca10356fd9
8 changed files with 33 additions and 1 deletions
@@ -120,6 +120,11 @@ class SettingsReaderController : SettingsController() {
titleRes = R.string.pref_crop_borders
defaultValue = false
}
switchPreference {
key = Keys.padPagesVertWebtoon
titleRes = R.string.pref_webtoon_padding_vert
defaultValue = false
}
}
preferenceCategory {
titleRes = R.string.pref_reader_navigation