aboutsummaryrefslogtreecommitdiffstats
path: root/Main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Main.qml')
-rw-r--r--Main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Main.qml b/Main.qml
index 5080e392..9641700a 100644
--- a/Main.qml
+++ b/Main.qml
@@ -102,6 +102,7 @@ QtObject {
InstrumentClusterWindow {
applicationModel: root.store.applicationModel
clusterStore: root.store.clusterStore
+ uiSettings: root.store.uiSettings
performanceOverlayVisible: root.store.systemStore.instrumentClusterPerfOverlayEnabled
}
}