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
510256b44a
commit
add493533c
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ void UI_DisplayMenu(void) {
|
||||||
//
|
//
|
||||||
// UI_PrintStringSmall(String, menu_item_x1, menu_item_x2, 3);//4
|
// UI_PrintStringSmall(String, menu_item_x1, menu_item_x2, 3);//4
|
||||||
//}
|
//}
|
||||||
else
|
// else
|
||||||
if(gIsInSubMenu){ // show the channel name being edited
|
if(gIsInSubMenu){ // show the channel name being edited
|
||||||
UI_PrintStringSmall(edit, menu_item_x1, menu_item_x2, 3);
|
UI_PrintStringSmall(edit, menu_item_x1, menu_item_x2, 3);
|
||||||
if (edit_index < 4)
|
if (edit_index < 4)
|
||||||
|
|
Loading…
Reference in a new issue