Implements delete chapter when set as read for issue #42

This commit is contained in:
NoodleMage
2016-03-21 21:06:20 +01:00
parent abbc7b572a
commit 499c2213ee
8 changed files with 39 additions and 14 deletions

View File

@@ -11,6 +11,12 @@
android:key="@string/pref_download_only_over_wifi_key"
android:defaultValue="true"/>
<SwitchPreferenceCompat
android:title="@string/pref_remove_after_marked_as_read"
android:key="@string/pref_remove_after_marked_as_read_key"
android:defaultValue="false"/>
<eu.kanade.tachiyomi.widget.preference.IntListPreference
android:title="@string/pref_download_slots"
android:key="@string/pref_download_slots_key"