Skip to content

Commit

Permalink
Enable 'Split Tall Images' by default (#1185)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9c1905ede750f0229fad1a01431058b1cc9fb32d)
  • Loading branch information
Smol-Ame authored and Secozzi committed Oct 29, 2024
1 parent f9b3c7c commit e0e69b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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)
fun autoDownloadWhileWatching() = preferenceStore.getInt("auto_download_while_watching", 0)
Expand Down

0 comments on commit e0e69b3

Please sign in to comment.