summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/settings_list.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index f07d6346b4..0d84408346 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -416,7 +416,8 @@ const struct settings_list settings[] = {
416 0, 18, 1, backlight_formatter, backlight_getlang, 416 0, 18, 1, backlight_formatter, backlight_getlang,
417 backlight_set_timeout), 417 backlight_set_timeout),
418#ifdef CONFIG_CHARGING 418#ifdef CONFIG_CHARGING
419 INT_SETTING_W_CFGVALS(0, backlight_timeout_plugged, LANG_BACKLIGHT, 11, 419 INT_SETTING_W_CFGVALS(0, backlight_timeout_plugged,
420 LANG_BACKLIGHT_ON_WHEN_CHARGING, 11,
420 "backlight timeout plugged", backlight_times_conf, UNIT_SEC, 421 "backlight timeout plugged", backlight_times_conf, UNIT_SEC,
421 0, 18, 1, backlight_formatter, backlight_getlang, 422 0, 18, 1, backlight_formatter, backlight_getlang,
422 backlight_set_timeout_plugged), 423 backlight_set_timeout_plugged),