Commit f2729ee1 authored by DonLakeFlyer's avatar DonLakeFlyer

Allow custom build to hide relative alt checkbox

parent e660d0db
......@@ -125,6 +125,7 @@ Rectangle {
anchors.right: parent.right
text: qsTr("Altitudes relative to home")
checked: missionItem.altitudesAreRelative
visible: QGroundControl.corePlugin.options.showMissionAbsoluteAltitude || !missionItem.altitudesAreRelative
onClicked: missionItem.altitudesAreRelative = checked
}
}
......
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