This commit is contained in:
wu58430 2023-12-04 20:36:24 +08:00
parent 9a7035d20d
commit c6f88b4879

View file

@ -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