Commit 4a2e67d8 authored by Don Gagne's avatar Don Gagne

Merge pull request #2381 from DonLakeFlyer/Flow

Only show PX4 Flow config if generic firmware
parents 3e66a413 26bfaeb5
......@@ -256,7 +256,7 @@ Rectangle {
id: px4FlowButton
width: mainWindow.menuButtonWidth
exclusiveGroup: setupButtonGroup
visible: _fullParameterVehicleAvailable
visible: QGroundControl.multiVehicleManager.activeVehicle ? QGroundControl.multiVehicleManager.activeVehicle.genericFirmware : false
setupIndicator: false
text: "PX4Flow"
onClicked: showPX4FlowPanel()
......
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