Go to previous menu on object cancel

2.0.x
Scott Lahteine 6 years ago
parent 51fd226a4d
commit e9805a0bcb

@ -47,6 +47,7 @@ static void lcd_cancel_object_confirm() {
#if HAS_BUZZER #if HAS_BUZZER
ui.completion_feedback(); ui.completion_feedback();
#endif #endif
ui.goto_previous_screen();
}, },
ui.goto_previous_screen, ui.goto_previous_screen,
GET_TEXT(MSG_CANCEL_OBJECT), item_num, PSTR("?") GET_TEXT(MSG_CANCEL_OBJECT), item_num, PSTR("?")

Loading…
Cancel
Save