Commit ea4bfaf8 authored by Jacob Walser's avatar Jacob Walser

Bugfix for vehicle health instrument view

parent 4fc1047b
......@@ -30,7 +30,7 @@ QGCFlickable {
// Any time the unhealthy sensors list changes, switch to the health page
onUnhealthySensorsChanged: {
if (unhealthySensors.length != 0) {
showPage(1)
showPage(2)
}
}
......
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