aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Main.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Main.qml b/Main.qml
index 45ab13d..d2d3240 100644
--- a/Main.qml
+++ b/Main.qml
@@ -35,11 +35,12 @@ import QtQuick.Controls 2.0
import controls 1.0
import utils 1.0
import models.startup 1.0
+import com.pelagicore.ScreenManager 1.0
BackgroundPane {
id: root
- property bool showClusterIfPossible: ApplicationManager.systemProperties.showCluster && Style.withCluster
+ property bool showClusterIfPossible: ApplicationManager.systemProperties.showCluster && Style.withCluster && ScreenManager.screenCount() > 1
property var cluster
width: Style.screenWidth