mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-09 18:45:22 +02: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