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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 2258582a78..5acebef2a5 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1328,6 +1328,9 @@ const struct settings_list settings[] = {
1328 "folder navigation", "off,on,random",NULL ,3, 1328 "folder navigation", "off,on,random",NULL ,3,
1329 ID2P(LANG_SET_BOOL_NO), ID2P(LANG_SET_BOOL_YES), 1329 ID2P(LANG_SET_BOOL_NO), ID2P(LANG_SET_BOOL_YES),
1330 ID2P(LANG_RANDOM)), 1330 ID2P(LANG_RANDOM)),
1331 BOOL_SETTING(0, constrain_next_folder, LANG_CONSTRAIN_NEXT_FOLDER, false,
1332 "constrain next folder", off_on,
1333 LANG_SET_BOOL_YES, LANG_SET_BOOL_NO, NULL),
1331 1334
1332#ifdef HAVE_TAGCACHE 1335#ifdef HAVE_TAGCACHE
1333#if CONFIG_CODEC == SWCODEC 1336#if CONFIG_CODEC == SWCODEC