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:
parent
110416c143
commit
67e9bd610f
@ -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{}
|
||||
|
Loading…
Reference in New Issue
Block a user