From 67e9bd610ff2c4197b4b23247b21fb685ad382f2 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Mon, 24 Jun 2019 16:04:10 +0300 Subject: [PATCH] fix typo for Communicator windowstracking --- .../package/contents/ui/applet/communicator/LatteBridge.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containment/package/contents/ui/applet/communicator/LatteBridge.qml b/containment/package/contents/ui/applet/communicator/LatteBridge.qml index 61243a090..1f38797be 100644 --- a/containment/package/contents/ui/applet/communicator/LatteBridge.qml +++ b/containment/package/contents/ui/applet/communicator/LatteBridge.qml @@ -87,7 +87,7 @@ Item{ // USE CASE: it can be used from applets that want windows tracking in order // to update their appearance or their behavior accordingly // @since: 0.9 - readonly property QtObject windowsTracker: mainCommunicator.needWindowsTracking && latteView && latteView.windowsTracker ? + readonly property QtObject windowsTracker: mainCommunicator.windowsTrackingEnabled && latteView && latteView.windowsTracker ? latteView.windowsTracker : null property Item actions: Actions{}