summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 0ea6026346..60ac4192fa 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1766,9 +1766,9 @@ const struct settings_list settings[] = {
1766 true, "warn when erasing dynamic playlist",NULL), 1766 true, "warn when erasing dynamic playlist",NULL),
1767 OFFON_SETTING(0, keep_current_track_on_replace_playlist, LANG_KEEP_CURRENT_TRACK_ON_REPLACE, 1767 OFFON_SETTING(0, keep_current_track_on_replace_playlist, LANG_KEEP_CURRENT_TRACK_ON_REPLACE,
1768 true, "keep current track when replacing playlist",NULL), 1768 true, "keep current track when replacing playlist",NULL),
1769 OFFON_SETTING(0, show_shuffled_adding_options, LANG_SHOW_SHUFFLED_ADDING_OPTIONS, true, 1769 OFFON_SETTING(0, show_shuffled_adding_options, LANG_SHOW_SHUFFLED_ADDING_OPTIONS, false,
1770 "show shuffled adding options", NULL), 1770 "show shuffled adding options", NULL),
1771 CHOICE_SETTING(0, show_queue_options, LANG_SHOW_QUEUE_OPTIONS, 1, 1771 CHOICE_SETTING(0, show_queue_options, LANG_SHOW_QUEUE_OPTIONS, 0,
1772 "show queue options", "off,on,in submenu", 1772 "show queue options", "off,on,in submenu",
1773 NULL, 3, 1773 NULL, 3,
1774 ID2P(LANG_SET_BOOL_NO), 1774 ID2P(LANG_SET_BOOL_NO),