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
a74130c02f
commit
3aff9cd716
1 changed files with 2 additions and 3 deletions
|
@ -1411,13 +1411,12 @@ static void MENU_Key_MENU(const bool bKeyPressed, const bool bKeyHeld) {
|
|||
#ifdef ENABLE_MDC1200
|
||||
if (UI_MENU_GetCurrentMenuId() == MENU_MDC_ID)
|
||||
{
|
||||
if (edit_index < 0)
|
||||
{
|
||||
|
||||
edit_index = 0;
|
||||
|
||||
memmove(edit_original, edit, sizeof(edit_original));
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue