Revert BackLight Action and add 2 new buttons shortcuts
This commit is contained in:
13
app/menu.c
13
app/menu.c
@@ -1010,7 +1010,18 @@ void MENU_ShowCurrentSetting(void)
|
||||
#endif
|
||||
|
||||
case MENU_ABR:
|
||||
gSubMenuSelection = gEeprom.BACKLIGHT_TIME;
|
||||
#ifdef ENABLE_FEAT_F4HWN
|
||||
if(gBackLight)
|
||||
{
|
||||
gSubMenuSelection = gBacklightTimeOriginal;
|
||||
}
|
||||
else
|
||||
{
|
||||
gSubMenuSelection = gEeprom.BACKLIGHT_TIME;
|
||||
}
|
||||
#else
|
||||
gSubMenuSelection = gEeprom.BACKLIGHT_TIME;
|
||||
#endif
|
||||
break;
|
||||
|
||||
case MENU_ABR_MIN:
|
||||
|
Reference in New Issue
Block a user