Commit fc0bc98d authored by Don Gagne's avatar Don Gagne

Hack fix for disconnect issue

parent 11b2c632
...@@ -83,7 +83,7 @@ QGCView { ...@@ -83,7 +83,7 @@ QGCView {
} }
Repeater { Repeater {
model: controller.getFactsForGroup(componentId, group) model: autopilot ? controller.getFactsForGroup(componentId, group) : 0
Column { Column {
property Fact modelFact: controller.getParameterFact(componentId, modelData) property Fact modelFact: controller.getParameterFact(componentId, modelData)
......
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