add setting to save the queue on exit
This commit is contained in:
parent
76e39f88b7
commit
a4969338df
6 changed files with 23 additions and 0 deletions
|
|
@ -38,6 +38,13 @@
|
|||
android:summary="@string/pref_summary_remember_shuffle"
|
||||
android:title="@string/pref_title_remember_shuffle" />
|
||||
|
||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
android:defaultValue="true"
|
||||
android:key="remember_queue"
|
||||
android:summary="@string/pref_summary_remember_queue"
|
||||
android:title="@string/pref_title_remember_queue" />
|
||||
|
||||
</com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
||||
Loading…
Add table
Add a link
Reference in a new issue