Commit df641b23 authored by Jacob Walser's avatar Jacob Walser

Don't switch views automatically on sensor health warning

parent 59428e13
......@@ -27,13 +27,6 @@ QGCFlickable {
property var unhealthySensors: QGroundControl.multiVehicleManager.activeVehicle ? QGroundControl.multiVehicleManager.activeVehicle.unhealthySensors : [ ]
// Any time the unhealthy sensors list changes, switch to the health page
onUnhealthySensorsChanged: {
if (unhealthySensors.length != 0) {
showPage(2)
}
}
MouseArea {
anchors.fill: parent
onClicked: showNextPage()
......
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