Added preference to turn off shuffle mode when selecting new list of songs (#527)
An option to turn sticky shuffle on or off. It's enabled by default so it keeps the current functionality the same. I noticed every other player has it so hopefully you don't have any issues with it being in the app.
This commit is contained in:
parent
21de932e32
commit
6624fcd505
4 changed files with 18 additions and 0 deletions
|
|
@ -15,6 +15,12 @@
|
|||
android:summary="@string/pref_summary_gapless_playback"
|
||||
android:title="@string/pref_title_gapless_playback" />
|
||||
|
||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:defaultValue="true"
|
||||
android:key="remember_shuffle"
|
||||
android:summary="@string/pref_summary_remember_shuffle"
|
||||
android:title="@string/pref_title_remember_shuffle" />
|
||||
|
||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreference
|
||||
android:key="equalizer"
|
||||
android:title="@string/equalizer" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue