This commit is contained in:
wu58430 2023-12-04 22:39:06 +08:00
parent 78d2ba3ef5
commit 48e3ac48cf

View file

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