mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 16:00:31 +05:30
Move the playlist order to the instance prefs
This commit is contained in:
parent
c8c2ab02e2
commit
e4194dfa90
@ -106,6 +106,14 @@
|
|||||||
app:key="trending_layout"
|
app:key="trending_layout"
|
||||||
app:title="@string/trending_layout" />
|
app:title="@string/trending_layout" />
|
||||||
|
|
||||||
|
<ListPreference
|
||||||
|
android:defaultValue="recent"
|
||||||
|
android:entries="@array/playlistSortingOptions"
|
||||||
|
android:entryValues="@array/playlistSortingOptionsValues"
|
||||||
|
android:icon="@drawable/ic_filter"
|
||||||
|
app:key="playlists_order"
|
||||||
|
app:title="@string/playlists_order" />
|
||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
@ -71,16 +71,4 @@
|
|||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<PreferenceCategory app:title="@string/misc">
|
|
||||||
|
|
||||||
<ListPreference
|
|
||||||
android:defaultValue="recent"
|
|
||||||
android:entries="@array/playlistSortingOptions"
|
|
||||||
android:entryValues="@array/playlistSortingOptionsValues"
|
|
||||||
android:icon="@drawable/ic_filter"
|
|
||||||
app:key="playlists_order"
|
|
||||||
app:title="@string/playlists_order" />
|
|
||||||
|
|
||||||
</PreferenceCategory>
|
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
Loading…
x
Reference in New Issue
Block a user