mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
feat: added preference to disable heart and show shuffle instead
This commit is contained in:
parent
791190f681
commit
9a64eeabe6
5 changed files with 53 additions and 24 deletions
|
|
@ -335,6 +335,8 @@
|
|||
<string name="settings_queue_syncing_countdown">Sync timer</string>
|
||||
<string name="settings_queue_syncing_summary">If enabled, the user will have the ability to save their play queue and will have the ability to load state when opening the application.</string>
|
||||
<string name="settings_queue_syncing_title">Sync play queue for this user [Not Fully Baked]</string>
|
||||
<string name="settings_show_mini_shuffle_button">Show Shuffle button</string>
|
||||
<string name="settings_show_mini_shuffle_button_summary">If enabled, show the shuffle button, remove the heart in the mini player</string>
|
||||
<string name="settings_radio">Show radio</string>
|
||||
<string name="settings_radio_summary">If enabled, show the radio section. Restart the app for it to take full effect.</string>
|
||||
<string name="settings_auto_download_lyrics">Auto download lyrics</string>
|
||||
|
|
|
|||
|
|
@ -97,6 +97,13 @@
|
|||
android:defaultValue="true"
|
||||
android:summary="@string/settings_music_directory_summary"
|
||||
android:key="music_directory_section_visibility" />
|
||||
|
||||
<SwitchPreference
|
||||
android:title="@string/settings_show_mini_shuffle_button"
|
||||
android:defaultValue="false"
|
||||
android:summary="@string/settings_show_mini_shuffle_button_summary"
|
||||
android:key="mini_shuffle_button_visibility" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory app:title="@string/settings_title_data">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue