Commit 82ee1726 authored by Don Gagne's avatar Don Gagne

Don't switch to summary view is vehicle goes way

This provides a better workflow for firmware upgrade
parent 3d01dc7a
......@@ -120,8 +120,10 @@ Rectangle {
target: multiVehicleManager
onParameterReadyVehicleAvailableChanged: {
summaryButton.checked = true
showSummaryPanel()
if (parameterReadyVehicleAvailable) {
summaryButton.checked = true
showSummaryPanel()
}
}
}
......
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