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 ef4e6be5b1..9d74514088 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1175,6 +1175,9 @@ const struct settings_list settings[] = {
1175 3, "list_accel_wait", UNIT_SEC, 1, 10, 1, 1175 3, "list_accel_wait", UNIT_SEC, 1, 10, 1,
1176 scanaccel_formatter, getlang_unit_0_is_off, NULL), 1176 scanaccel_formatter, getlang_unit_0_is_off, NULL),
1177#endif /* HAVE_SCROLLWHEEL */ 1177#endif /* HAVE_SCROLLWHEEL */
1178#if CONFIG_TUNER
1179 SYSTEM_SETTING(0, statusbar_forced, 0),
1180#endif
1178}; 1181};
1179 1182
1180const int nb_settings = sizeof(settings)/sizeof(*settings); 1183const int nb_settings = sizeof(settings)/sizeof(*settings);