Fixed issue of menus not reading at vp level 1.

md1702
vk7js 2022-09-09 22:50:18 +10:00 zatwierdzone przez Silvano Seva
rodzic 94424ce908
commit 91d19e809e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -116,7 +116,7 @@ static bool ScreenContainsReadOnlyEntries(int menuScreen)
static void announceMenuItemIfNeeded(char* name, char* value, bool editMode)
{
if (state.settings.vpLevel <= vpLow)
if (state.settings.vpLevel < vpLow)
return;
if ((name == NULL) || (*name == '\0'))