Commit dbd00af7 authored by DonLakeFlyer's avatar DonLakeFlyer

Allow vtol to fly alternate transects

parent 5a5c4415
...@@ -133,7 +133,7 @@ Rectangle { ...@@ -133,7 +133,7 @@ Rectangle {
FactCheckBox { FactCheckBox {
text: qsTr("Fly alternate transects") text: qsTr("Fly alternate transects")
fact: missionItem.flyAlternateTransects fact: missionItem.flyAlternateTransects
visible: _vehicle.fixedWing visible: _vehicle.fixedWing || _vehicle.vtol
Layout.columnSpan: 2 Layout.columnSpan: 2
} }
......
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