This commit is contained in:
Armel FAUVEAU
2024-06-25 04:28:43 +02:00
parent 81f551738c
commit 7f01359fb2

View File

@@ -750,7 +750,10 @@ void UI_DisplayMenu(void)
{
const uint32_t frequency = SETTINGS_FetchChannelFrequency(gSubMenuSelection);
if (!gIsInSubMenu || edit_index < 0)
//if (!gIsInSubMenu || edit_index < 0)
if (!gIsInSubMenu)
edit_index = -1;
if (edit_index < 0)
{ // show the channel name
SETTINGS_FetchChannelName(String, gSubMenuSelection);
char *pPrintStr = String[0] ? String : "--";