Commit 69b444aa authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #4393 from DonLakeFlyer/VehicleSelectorChecks

Remove check marks
parents 0f28c7f0 1b623edd
......@@ -172,8 +172,7 @@ Rectangle {
id: vehicleMenuItemComponent
MenuItem {
checkable: true
onTriggered: QGroundControl.multiVehicleManager.activeVehicle = vehicle
onTriggered: QGroundControl.multiVehicleManager.activeVehicle = vehicle
property int vehicleId: Number(text.split(" ")[1])
property var vehicle: QGroundControl.multiVehicleManager.getVehicleById(vehicleId)
......
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