This commit is contained in:
wu58430 2023-12-04 22:38:32 +08:00
parent 913c96c63d
commit 78d2ba3ef5

View file

@ -700,7 +700,7 @@ void UI_DisplayMenu(void) {
//}
// else
if(gIsInSubMenu){ // show the channel name being edited
edit_index=0;
edit_index= edit_index<0?0:edit_index;
memmove(edit_original, edit, sizeof(edit_original));
UI_PrintStringSmall(edit, menu_item_x1, menu_item_x2, 3);