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

@ -614,7 +614,7 @@ void menu_advanced_settings() {
#if ENABLED(EEPROM_SETTINGS) && DISABLED(SLIM_LCD_MENUS)
CONFIRM_ITEM(MSG_INIT_EEPROM,
MSG_BUTTON_INIT, MSG_BUTTON_CANCEL,
ui.init_eeprom, ui.goto_previous_screen,
ui.init_eeprom, nullptr,
GET_TEXT(MSG_INIT_EEPROM), (const char *)nullptr, PSTR("?")
);
#endif