Skip to content

Commit

Permalink
Enable 'Split Tall Images' by default (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smol-Ame authored Sep 2, 2024
1 parent 9f99f03 commit 9c1905e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9c1905e

Please sign in to comment.