Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mannu691 committed May 30, 2024
1 parent 0f07897 commit 7b4ad22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ Newly Added :
## Download
Get the app from our [releases page](https://github.com/mannu691/TachiyomiSY/releases/latest).

**Currently "Save as CBZ Archive" option is not supported**
**Currently Only "Long Strip" reader mode is working**
**Also "Save as CBZ Archive" option is not supported**
**please turn it off in Settings > Downloads > Save as CBZ Archive**
## Issues, Feature Requests and Contributing
## Issues, Feature _Requests_ and Contributing

Please make sure to read the full guidelines. Your issue may be closed without warning if you do not.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class DownloadPreferences(
true,
)

fun saveChaptersAsCBZ() = preferenceStore.getBoolean("save_chapter_as_cbz", true)
fun saveChaptersAsCBZ() = preferenceStore.getBoolean("save_chapter_as_cbz", false)

fun splitTallImages() = preferenceStore.getBoolean("split_tall_images", false)

Expand Down

0 comments on commit 7b4ad22

Please sign in to comment.