aboutsummaryrefslogtreecommitdiffstats
path: root/apps/com.theqtcompany.cluster/views/+lucee/ClusterView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/com.theqtcompany.cluster/views/+lucee/ClusterView.qml')
-rw-r--r--apps/com.theqtcompany.cluster/views/+lucee/ClusterView.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/com.theqtcompany.cluster/views/+lucee/ClusterView.qml b/apps/com.theqtcompany.cluster/views/+lucee/ClusterView.qml
index 02506d29..b4be0281 100644
--- a/apps/com.theqtcompany.cluster/views/+lucee/ClusterView.qml
+++ b/apps/com.theqtcompany.cluster/views/+lucee/ClusterView.qml
@@ -31,10 +31,9 @@
import QtQuick 2.8
import QtQuick.Window 2.2
+
import shared.com.pelagicore.remotesettings 1.0
-import application.windows 1.0
import shared.animations 1.0
-
import shared.Sizes 1.0
import shared.Style 1.0
@@ -85,6 +84,7 @@ Item {
mileage: store.vehicleInterface.mileage
mileageUnits: store.localization.mileageUnits
speedUnits: store.localization.speedUnits
+ clusterUIMode: store.behaviourInterface.clusterUIMode
Behavior on opacity {
DefaultNumberAnimation {}