Fix Select Screen cancel destination

This commit is contained in:
Scott Lahteine
2020-08-21 02:41:33 -05:00
parent 7807b613d5
commit bf316d9ec5
5 changed files with 11 additions and 7 deletions

View File

@@ -264,7 +264,7 @@ void menu_mixer() {
LCD_MESSAGEPGM(MSG_VTOOLS_RESET);
ui.return_to_status();
},
ui.goto_previous_screen,
nullptr,
GET_TEXT(MSG_RESET_VTOOLS), (const char *)nullptr, PSTR("?")
);