Browse Source

Fix arm/disarm in toolbar

QGC4.4
Don Gagne 8 years ago
parent
commit
865e38788b
  1. 2
      src/FlightDisplay/FlightDisplayView.qml

2
src/FlightDisplay/FlightDisplayView.qml

@ -34,6 +34,8 @@ QGCView {
QGCPalette { id: qgcPal; colorGroupEnabled: enabled } QGCPalette { id: qgcPal; colorGroupEnabled: enabled }
property alias guidedController: guidedActionsController
property bool activeVehicleJoystickEnabled: _activeVehicle ? _activeVehicle.joystickEnabled : false property bool activeVehicleJoystickEnabled: _activeVehicle ? _activeVehicle.joystickEnabled : false
property var _activeVehicle: QGroundControl.multiVehicleManager.activeVehicle property var _activeVehicle: QGroundControl.multiVehicleManager.activeVehicle

Loading…
Cancel
Save