Go to previous menu on object cancel

This commit is contained in:
Scott Lahteine 2019-11-04 16:13:10 -06:00
parent 51fd226a4d
commit e9805a0bcb

View file

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