Enable 'Split Tall Images' by default (#1185)

(cherry picked from commit 9c1905ede750f0229fad1a01431058b1cc9fb32d)
This commit is contained in:
Smol Ame 2024-09-02 12:46:28 -07:00 committed by Jobobby04
parent 051c559840
commit 3cc250e122

View File

@ -13,7 +13,7 @@ class DownloadPreferences(
fun saveChaptersAsCBZ() = preferenceStore.getBoolean("save_chapter_as_cbz", true)
fun splitTallImages() = preferenceStore.getBoolean("split_tall_images", false)
fun splitTallImages() = preferenceStore.getBoolean("split_tall_images", true)
fun autoDownloadWhileReading() = preferenceStore.getInt("auto_download_while_reading", 0)