diff options
Diffstat (limited to 'apps/menus/display_menu.c')
-rw-r--r-- | apps/menus/display_menu.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/menus/display_menu.c b/apps/menus/display_menu.c index e70c4ee98a..f43ae5691f 100644 --- a/apps/menus/display_menu.c +++ b/apps/menus/display_menu.c @@ -149,10 +149,10 @@ MENUITEM_SETTING(backlight_timeout, &global_settings.backlight_timeout, NULL); MENUITEM_SETTING(backlight_timeout_plugged, &global_settings.backlight_timeout_plugged, NULL); #endif -#ifdef HAS_BUTTON_HOLD + MENUITEM_SETTING(backlight_on_button_hold, &global_settings.backlight_on_button_hold, NULL); -#endif + MENUITEM_SETTING(caption_backlight, &global_settings.caption_backlight, NULL); #if defined(HAVE_BACKLIGHT_FADING_INT_SETTING) \ || defined(HAVE_BACKLIGHT_FADING_BOOL_SETTING) @@ -200,9 +200,7 @@ MAKE_MENU(lcd_settings,ID2P(LANG_LCD_MENU), # if CONFIG_CHARGING ,&backlight_timeout_plugged # endif -# ifdef HAS_BUTTON_HOLD ,&backlight_on_button_hold -# endif ,&caption_backlight #if defined(HAVE_BACKLIGHT_FADING_INT_SETTING) \ || defined(HAVE_BACKLIGHT_FADING_BOOL_SETTING) |