From c6f88b48792ce7006d099b53cb837ea663e779f2 Mon Sep 17 00:00:00 2001 From: wu58430 <wu58430@126.com> Date: Mon, 4 Dec 2023 20:36:24 +0800 Subject: [PATCH] MDC RX --- ui/menu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/menu.c b/ui/menu.c index 850c802..34f578b 100644 --- a/ui/menu.c +++ b/ui/menu.c @@ -1079,6 +1079,8 @@ void UI_DisplayMenu(void) { UI_MENU_GetCurrentMenuId() == MENU_DEL_CH) && gAskForConfirmation) { // display confirmation strcpy(String, (gAskForConfirmation == 1) ? "SURE?" : "WAIT!"); UI_PrintStringSmall(String, menu_item_x1, menu_item_x2, 5); + gRequestSaveSettings = 1; + } // for (int i = 0; i < 128; i++) { // // Set the 7th and 8th positions to 1, keep others unchanged