Add compress to CBZ on download (#6360)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user