Enable 'Split Tall Images' by default

This commit is contained in:
Smol Ame 2024-09-02 12:42:56 -07:00
parent 6c6ea84509
commit fdf2625a74

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)