Go to previous menu on object cancel
This commit is contained in:
parent
51fd226a4d
commit
e9805a0bcb
|
@ -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("?")
|
||||
|
|
Loading…
Reference in a new issue