Switch default playlist action to 'play all'
This commit is contained in:
parent
00dbdc7156
commit
8963ed500b
@ -36,7 +36,7 @@ public class PrefDefaults {
|
||||
public static final Action COVER_LONGPRESS_ACTION = Action.PlayPause;
|
||||
public static final Action COVER_PRESS_ACTION = Action.ToggleControls;
|
||||
public static final String DEFAULT_ACTION_INT = "9";
|
||||
public static final String DEFAULT_PLAYLIST_ACTION = "0";
|
||||
public static final String DEFAULT_PLAYLIST_ACTION = "3";
|
||||
public static final boolean COVERLOADER_ANDROID = true;
|
||||
public static final boolean COVERLOADER_VANILLA = true;
|
||||
public static final boolean COVERLOADER_SHADOW = true;
|
||||
|
@ -41,7 +41,7 @@ THE SOFTWARE.
|
||||
android:title="@string/default_playlist_action_title"
|
||||
android:entries="@array/default_playlist_action_entries"
|
||||
android:entryValues="@array/default_playlist_action_entry_values"
|
||||
android:defaultValue="0" />
|
||||
android:defaultValue="3" />
|
||||
<CheckBoxPreference
|
||||
android:key="enable_scroll_to_song"
|
||||
android:title="@string/enable_scroll_to_song_title"
|
||||
|
Loading…
x
Reference in New Issue
Block a user