diff --git a/openrtx/src/ui/ui_menu.c b/openrtx/src/ui/ui_menu.c index 34a6be7a..3ae7d438 100644 --- a/openrtx/src/ui/ui_menu.c +++ b/openrtx/src/ui/ui_menu.c @@ -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'))