mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-18 22:32:44 +00:00
Added option to lock the menu order
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user