Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Jun 5, 2024
1 parent 08356f6 commit 4db6c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/vfd_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ int CVfdSetup::showSetup()
oj = new CMenuOptionChooser("Power LCD"/*LOCALE_LCDMENU_POWER*/, &g_settings.lcd_setting[SNeutrinoSettings::LCD_POWER], OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, new CLCDNotifier(), CRCInput::RC_nokey);
vfds->addItem(oj);
#endif
#if BOXMODEL_DM820 || BOXMODEL_DM7080
#if BOXMODEL_DM820
g_settings.lcd_setting[SNeutrinoSettings::LCD_INVERSE] = 0;
#else
//option invert
Expand Down

0 comments on commit 4db6c87

Please sign in to comment.