1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-26 23:21:37 +03:00

fix typo for Communicator windowstracking

This commit is contained in:
Michail Vourlakos 2019-06-24 16:04:10 +03:00
parent 110416c143
commit 67e9bd610f

View File

@ -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{}