Commit b19d393b authored by Don Gagne's avatar Don Gagne

Fix ArduPilot prearm message visibility

parent 8bf2de5d
......@@ -69,7 +69,7 @@ Item {
QGCLabel {
anchors.horizontalCenter: parent.horizontalCenter
visible: _activeVehicle && !_activeVehicle.coordinateValid
visible: _activeVehicle && _activeVehicle.prearmError
z: QGroundControl.zOrderTopMost
color: mapPal.text
font.pointSize: ScreenTools.largeFontPointSize
......
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