Browse Source

Hide pre-arm message when vehicle arms

QGC4.4
DonLakeFlyer 6 years ago
parent
commit
3116046624
  1. 2
      src/FlightDisplay/FlightDisplayViewWidgets.qml

2
src/FlightDisplay/FlightDisplayViewWidgets.qml

@ -134,7 +134,7 @@ Item { @@ -134,7 +134,7 @@ Item {
spacing: ScreenTools.defaultFontPixelHeight
property bool noGPSLockVisible: activeVehicle && !activeVehicle.coordinate.isValid && mainIsMap
property bool prearmErrorVisible: activeVehicle && activeVehicle.prearmError
property bool prearmErrorVisible: activeVehicle && !activeVehicle.armed && activeVehicle.prearmError
QGCLabel {
anchors.horizontalCenter: parent.horizontalCenter

Loading…
Cancel
Save