Default to downloading as CBZ (closes #6942)

Generally seems fine. People with weak devices may experience some issues, but they can toggle it off/extract the archives separately if needed.

(cherry picked from commit 883945e3e8)
This commit is contained in:
arkon 2022-04-24 15:32:50 -04:00
parent 853f949140
commit c8ae936ce9

View File

@ -204,7 +204,7 @@ class PreferencesHelper(val context: Context) {
fun downloadOnlyOverWifi() = prefs.getBoolean(Keys.downloadOnlyOverWifi, true)
fun saveChaptersAsCBZ() = flowPrefs.getBoolean("save_chapter_as_cbz", false)
fun saveChaptersAsCBZ() = flowPrefs.getBoolean("save_chapter_as_cbz", true)
fun folderPerManga() = prefs.getBoolean(Keys.folderPerManga, false)