Commit 5d9bcbfd authored by Patrick José Pereira's avatar Patrick José Pereira

Make wind compass to be only visible in fixed-wing

Signed-off-by: 's avatarPatrick José Pereira <patrickelectric@gmail.com>
parent 42060125
......@@ -419,6 +419,7 @@ Rectangle {
id: windRoseButton
anchors.verticalCenter: angleText.verticalCenter
iconSource: "/res/wind-rose.svg"
visible: _activeVehicle ? _activeVehicle.fixedWing : true
onClicked: {
var cords = windRoseButton.mapToItem(_root, 0, 0)
......
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