Added option to lock the menu order

This commit is contained in:
AlexandreRouma
2022-03-31 01:03:31 +02:00
parent 03f173a3ac
commit 8d78eb301c
5 changed files with 19 additions and 1 deletions

View File

@ -537,6 +537,7 @@ void MainWindow::draw() {
}
ImGui::Checkbox("WF Single Click", &gui::waterfall.VFOMoveSingleClick);
ImGui::Checkbox("Lock Menu Order", &gui::menu.locked);
ImGui::Spacing();
}