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

@@ -13,6 +13,12 @@
android:persistent="false"
android:title="@string/manga_save_location" />
<ListPreference
android:entries="@array/download_formats"
android:key="downloads_format"
android:title="@string/preferred_download_format"
app:useSimpleSummaryProvider="true" />
<SwitchPreferenceCompat
android:defaultValue="false"
android:key="downloads_wifi"