mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 15:30:31 +05:30
Merge pull request #1687 from Bnyro/master
Move the playlist order to the instance prefs
This commit is contained in:
commit
bfe16ddd27
@ -106,6 +106,14 @@
|
||||
app:key="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>
|
||||
|
||||
</PreferenceScreen>
|
@ -71,16 +71,4 @@
|
||||
|
||||
</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>
|
Loading…
x
Reference in New Issue
Block a user