diff --git a/src/FlightMap/Widgets/VehicleHealthWidget.qml b/src/FlightMap/Widgets/VehicleHealthWidget.qml index 85eb212490a1fa1892ee298d1ac1870756f7d550..60834cf49bedb050d73c948e829176d60a8e93f4 100644 --- a/src/FlightMap/Widgets/VehicleHealthWidget.qml +++ b/src/FlightMap/Widgets/VehicleHealthWidget.qml @@ -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()