mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Enable 'Split Tall Images' by default (#1185)
This commit is contained in:
parent
9f99f038f3
commit
9c1905ede7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class DownloadPreferences(
|
||||||
|
|
||||||
fun saveChaptersAsCBZ() = preferenceStore.getBoolean("save_chapter_as_cbz", true)
|
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 autoDownloadWhileReading() = preferenceStore.getInt("auto_download_while_reading", 0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue