diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 2f264d2..d975fd7 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -20,9 +20,7 @@
-
-
-
+
@@ -128,7 +126,7 @@
-
+
1701136012311
@@ -403,7 +401,21 @@
1701690633183
-
+
+ 1701691499718
+
+
+
+ 1701691499718
+
+
+ 1701692190748
+
+
+
+ 1701692190748
+
+
diff --git a/app/menu.c b/app/menu.c
index 2979171..b36d4b5 100644
--- a/app/menu.c
+++ b/app/menu.c
@@ -1642,7 +1642,7 @@ static void MENU_Key_UP_DOWN(bool bKeyPressed, bool bKeyHeld, int8_t Direction)
uint8_t VFO;
uint8_t Channel;
bool bCheckScanList;
-if(&& gIsInSubMenu && edit_index >= 0){
+if( gIsInSubMenu && edit_index >= 0){
if (UI_MENU_GetCurrentMenuId() == MENU_MEM_NAME) { // change the character
if (bKeyPressed && edit_index < 10 && Direction != 0) {
const char unwanted[] = "$%&!\"':;?^`|{}";