mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-07 16:34:31 +02:00
Enable 'Split Tall Images' by default
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user