Browse Source

Only show Fly Toolstrip when the vehicle supports guided mode

QGC4.4
Jacob Walser 8 years ago
parent
commit
d490610503
  1. 1
      src/FlightDisplay/FlightDisplayView.qml

1
src/FlightDisplay/FlightDisplayView.qml

@ -340,6 +340,7 @@ QGCView { @@ -340,6 +340,7 @@ QGCView {
}
ToolStrip {
visible: _activeVehicle ? _activeVehicle.guidedModeSupported : false
id: toolStrip
anchors.leftMargin: ScreenTools.defaultFontPixelWidth
anchors.left: _panel.left

Loading…
Cancel
Save