1
0
forked from me/IronOS

Fix Menu not handling some languages

Should close #125
This commit is contained in:
Ben V. Brown
2017-12-12 11:31:22 +11:00
parent b0e20b9e2f
commit 17e7d92463
3 changed files with 127 additions and 126 deletions

View File

@@ -314,8 +314,7 @@ static void gui_settingsMenu() {
settingsResetRequest = false;
bool earlyExit = false;
uint32_t descriptionStart = 0;
while ((settingsMenu[currentScreen].description != NULL)
&& earlyExit == false) {
while ((settingsMenu[currentScreen].incrementHandler.func != NULL) && earlyExit == false) {
lcd.setFont(0);
lcd.clearScreen();
lcd.setCursor(0, 0);