mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
MDC UI
This commit is contained in:
parent
52e8f8abb1
commit
4b6323e780
1 changed files with 1 additions and 1 deletions
|
@ -1425,7 +1425,7 @@ static void MENU_Key_MENU(const bool bKeyPressed, const bool bKeyHeld) {
|
||||||
#endif
|
#endif
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (UI_MENU_GetCurrentMenuId() == MENU_MDC_IDedit_index < 4)
|
if (UI_MENU_GetCurrentMenuId() == MENU_MDC_ID&&edit_index < 4)
|
||||||
{ // editing the channel name characters
|
{ // editing the channel name characters
|
||||||
|
|
||||||
if (++edit_index < 4)
|
if (++edit_index < 4)
|
||||||
|
|
Loading…
Reference in a new issue