Download format preference

This commit is contained in:
Koitharu
2024-02-28 14:28:59 +02:00
parent f6de1b02d7
commit dba36838d4
44 changed files with 131 additions and 82 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="themes" translatable="false">
<item>@string/automatic</item>
<item>@string/follow_system</item>
<item>@string/light</item>
<item>@string/dark</item>
</string-array>
@@ -82,4 +82,9 @@
<item>@string/chapters</item>
<item>@string/pages</item>
</string-array>
<string-array name="download_formats" translatable="false">
<item>@string/automatic</item>
<item>@string/single_cbz_file</item>
<item>@string/multiple_cbz_files</item>
</string-array>
</resources>