mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 06:42:43 +00:00
Added option to lock the menu order
This commit is contained in:
@@ -27,9 +27,12 @@ public:
|
||||
|
||||
std::vector<MenuOption_t> order;
|
||||
|
||||
bool locked = false;
|
||||
|
||||
private:
|
||||
bool isInOrderList(std::string name);
|
||||
|
||||
|
||||
bool menuClicked = false;
|
||||
std::string clickedMenuName = "";
|
||||
std::string draggedMenuName = "";
|
||||
|
||||
Reference in New Issue
Block a user