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 18bcb8ea2c..3618c16aa2 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1052,8 +1052,11 @@ const struct settings_list settings[] = {
1052 "folder navigation", "off,on,random",NULL ,3, 1052 "folder navigation", "off,on,random",NULL ,3,
1053 ID2P(LANG_SET_BOOL_NO), ID2P(LANG_SET_BOOL_YES), 1053 ID2P(LANG_SET_BOOL_NO), ID2P(LANG_SET_BOOL_YES),
1054 ID2P(LANG_RANDOM)), 1054 ID2P(LANG_RANDOM)),
1055
1056#ifdef HAVE_TAGCACHE
1055 OFFON_SETTING(0, runtimedb, LANG_RUNTIMEDB_ACTIVE, false, 1057 OFFON_SETTING(0, runtimedb, LANG_RUNTIMEDB_ACTIVE, false,
1056 "gather runtime data", NULL), 1058 "gather runtime data", NULL),
1059#endif
1057 1060
1058#if CONFIG_CODEC == SWCODEC 1061#if CONFIG_CODEC == SWCODEC
1059 /* replay gain */ 1062 /* replay gain */