Commit ea4bfaf8 authored by Jacob Walser's avatar Jacob Walser
Browse files

Bugfix for vehicle health instrument view

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