mirror of
https://github.com/antebudimir/tempus.git
synced 2026-04-15 16:27:26 +00:00
feat: integrate sort recent searches chronologically
This commit is contained in:
parent
37842fd897
commit
b89e18eebf
9 changed files with 1191 additions and 6 deletions
|
|
@ -122,6 +122,12 @@
|
|||
android:summary="@string/settings_artist_sort_by_album_count_summary"
|
||||
android:key="artist_sort_by_album_count" />
|
||||
|
||||
<SwitchPreference
|
||||
android:title="@string/search_sort_title"
|
||||
android:defaultValue="true"
|
||||
android:summary="@string/search_sort_summary"
|
||||
android:key="sort_search_chronologically" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory app:title="@string/settings_title_playlist">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue