Add compress to CBZ on download (#6360)

This commit is contained in:
Seishirou101
2022-01-01 19:22:35 +00:00
committed by arkon
parent 22615f5981
commit 5336c5b46e
9 changed files with 78 additions and 6 deletions
@@ -68,6 +68,10 @@ class SettingsDownloadController : SettingsController() {
titleRes = R.string.connected_to_wifi
defaultValue = true
}
switchPreference {
bindTo(preferences.saveChaptersAsCBZ())
titleRes = R.string.save_chapter_as_cbz
}
preferenceCategory {
titleRes = R.string.pref_category_delete_chapters