mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 03:39:18 +01:00
Place restrictions above category selection
This commit is contained in:
parent
8512f97386
commit
20e2bf9682
@ -36,10 +36,6 @@
|
|||||||
android:summary="%s"
|
android:summary="%s"
|
||||||
android:title="@string/pref_library_update_interval"/>
|
android:title="@string/pref_library_update_interval"/>
|
||||||
|
|
||||||
<MultiSelectListPreference
|
|
||||||
android:key="@string/pref_library_update_categories_key"
|
|
||||||
android:title="@string/pref_library_update_categories"/>
|
|
||||||
|
|
||||||
<MultiSelectListPreference
|
<MultiSelectListPreference
|
||||||
android:entries="@array/library_update_restrictions"
|
android:entries="@array/library_update_restrictions"
|
||||||
android:entryValues="@array/library_update_restrictions_values"
|
android:entryValues="@array/library_update_restrictions_values"
|
||||||
@ -47,6 +43,10 @@
|
|||||||
android:summary="@string/pref_library_update_restriction_summary"
|
android:summary="@string/pref_library_update_restriction_summary"
|
||||||
android:title="@string/pref_library_update_restriction" />
|
android:title="@string/pref_library_update_restriction" />
|
||||||
|
|
||||||
|
<MultiSelectListPreference
|
||||||
|
android:key="@string/pref_library_update_categories_key"
|
||||||
|
android:title="@string/pref_library_update_categories"/>
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="@string/pref_update_only_non_completed_key"
|
android:key="@string/pref_update_only_non_completed_key"
|
||||||
|
Loading…
Reference in New Issue
Block a user