aboutsummaryrefslogtreecommitdiffstats
path: root/Main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Main.qml')
-rw-r--r--Main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.qml b/Main.qml
index 8ef993e..020a4cf 100644
--- a/Main.qml
+++ b/Main.qml
@@ -41,7 +41,7 @@ import utils 1.0
Rectangle {
id: root
- property bool showClusterIfPossible: ApplicationManager.additionalConfiguration.showCluster
+ property bool showClusterIfPossible: ApplicationManager.systemProperties.showCluster
property var cluster
color: "black"