From 45a776a0b3894677cfcdc3503d927e88057c47bf Mon Sep 17 00:00:00 2001 From: wu58430 Date: Mon, 4 Dec 2023 22:55:34 +0800 Subject: [PATCH] MDC UI --- app/menu.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/menu.c b/app/menu.c index 5a4f0cc..b861346 100644 --- a/app/menu.c +++ b/app/menu.c @@ -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)