Shutdown Host Action (#22908)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
aalku
2021-10-30 07:17:20 +02:00
committed by GitHub
parent aa4e32555d
commit 75e0b7f8ff
12 changed files with 40 additions and 23 deletions

View File

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