Commit d4906105 authored by Jacob Walser's avatar Jacob Walser

Only show Fly Toolstrip when the vehicle supports guided mode

parent 0fe76d03
......@@ -340,6 +340,7 @@ QGCView {
}
ToolStrip {
visible: _activeVehicle ? _activeVehicle.guidedModeSupported : false
id: toolStrip
anchors.leftMargin: ScreenTools.defaultFontPixelWidth
anchors.left: _panel.left
......
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