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
60a28c1a0f
commit
45a776a0b3
1 changed files with 1 additions and 3 deletions
|
@ -1443,10 +1443,8 @@ static void MENU_Key_MENU(const bool bKeyPressed, const bool bKeyHeld)
|
|||
// edit_index = 0; // 'edit_index' is going to be used as the cursor position
|
||||
// make a copy so we can test for change when exiting the menu item
|
||||
memmove(edit_original, edit, sizeof(edit_original));
|
||||
return;
|
||||
}
|
||||
else
|
||||
if (edit_index >= 0 && edit_index < 4)
|
||||
else if (edit_index >= 0 && edit_index < 4)
|
||||
{ // editing the channel name characters
|
||||
|
||||
if (++edit_index >= 4)
|
||||
|
|
Loading…
Reference in a new issue