kopia lustrzana https://github.com/OpenRTX/OpenRTX
Fixed issue of menus not reading at vp level 1.
rodzic
94424ce908
commit
91d19e809e
|
@ -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'))
|
||||
|
|
Ładowanie…
Reference in New Issue