Commit ff6edbdc authored by Don Gagne's avatar Don Gagne

No checkmarks in flight mode dropdown

Selected flight mode is controller by firmware. Use selecting flight
mode cannot set the check, or it will be wrong if firmware declines
change.
parent 7f43851e
...@@ -397,8 +397,6 @@ Row { ...@@ -397,8 +397,6 @@ Row {
id: flightModeMenuItemComponent id: flightModeMenuItemComponent
MenuItem { MenuItem {
checkable: true
checked: activeVehicle ? (activeVehicle.flightMode === text) : false
onTriggered: { onTriggered: {
if(activeVehicle) { if(activeVehicle) {
activeVehicle.flightMode = text activeVehicle.flightMode = text
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment