fix show/hide waterfall keybind not working with the Display menu hidden

This commit is contained in:
AlexandreRouma
2024-02-21 21:59:55 +01:00
parent 7c933d5103
commit 021928bbda
3 changed files with 19 additions and 7 deletions

View File

@ -463,6 +463,8 @@ void MainWindow::draw() {
}
}
// Process menu keybinds
displaymenu::checkKeybinds();
// Left Column
lockWaterfallControls = false;