Always attempt to split tall images when downloading

(cherry picked from commit 2769525b2c12547b8dc29b1209ea3bc5d22f1e3f)
This commit is contained in:
arkon
2023-03-19 12:57:16 -04:00
committed by Jobobby04
parent 3185ae78c6
commit 2a708e8b68
4 changed files with 10 additions and 24 deletions
@@ -14,8 +14,6 @@ class DownloadPreferences(
fun saveChaptersAsCBZ() = preferenceStore.getBoolean("save_chapter_as_cbz", true)
fun splitTallImages() = preferenceStore.getBoolean("split_tall_images", false)
fun autoDownloadWhileReading() = preferenceStore.getInt("auto_download_while_reading", 0)
fun removeAfterReadSlots() = preferenceStore.getInt("remove_after_read_slots", -1)