Enable 'Split Tall Images' by default (mihonapp/mihon#1185)

(cherry picked from commit 9c1905ede750f0229fad1a01431058b1cc9fb32d)
This commit is contained in:
Smol Ame 2024-09-02 12:46:28 -07:00 committed by Cuong-Tran
parent 66077917af
commit 8845c2c317
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

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)