wizard: show message before rendering a new menu

This commit is contained in:
gudnimg 2024-09-07 11:42:21 +00:00
parent 5aa67489da
commit 329e8e897f
1 changed files with 1 additions and 1 deletions

View File

@ -3920,8 +3920,8 @@ void lcd_wizard(WizState state)
}
break;
case S::Preheat:
lcd_show_fullscreen_message_and_wait_P(_T(MSG_SEL_PREHEAT_TEMP));
menu_goto(lcd_preheat_menu, 0, true);
lcd_show_fullscreen_message_and_wait_P(_T(MSG_SEL_PREHEAT_TEMP));
end = true; // Leave wizard temporarily for lcd_preheat_menu
break;
case S::LoadFilHot: