Fix issue #142
This commit is contained in:
@@ -750,7 +750,10 @@ void UI_DisplayMenu(void)
|
|||||||
{
|
{
|
||||||
const uint32_t frequency = SETTINGS_FetchChannelFrequency(gSubMenuSelection);
|
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
|
{ // show the channel name
|
||||||
SETTINGS_FetchChannelName(String, gSubMenuSelection);
|
SETTINGS_FetchChannelName(String, gSubMenuSelection);
|
||||||
char *pPrintStr = String[0] ? String : "--";
|
char *pPrintStr = String[0] ? String : "--";
|
||||||
|
Reference in New Issue
Block a user