This commit is contained in:
wu58430 2023-12-04 23:06:15 +08:00
parent 3aff9cd716
commit 52e8f8abb1

View file

@ -1425,7 +1425,7 @@ static void MENU_Key_MENU(const bool bKeyPressed, const bool bKeyHeld) {
#endif
return;
}
if (UI_MENU_GetCurrentMenuId() == MENU_MDC_ID&&edit_index >= 0 && edit_index < 4)
if (UI_MENU_GetCurrentMenuId() == MENU_MDC_IDedit_index < 4)
{ // editing the channel name characters
if (++edit_index < 4)