mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-15 03:24:49 +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
|
// USE CASE: it can be used from applets that want windows tracking in order
|
||||||
// to update their appearance or their behavior accordingly
|
// to update their appearance or their behavior accordingly
|
||||||
// @since: 0.9
|
// @since: 0.9
|
||||||
readonly property QtObject windowsTracker: mainCommunicator.needWindowsTracking && latteView && latteView.windowsTracker ?
|
readonly property QtObject windowsTracker: mainCommunicator.windowsTrackingEnabled && latteView && latteView.windowsTracker ?
|
||||||
latteView.windowsTracker : null
|
latteView.windowsTracker : null
|
||||||
|
|
||||||
property Item actions: Actions{}
|
property Item actions: Actions{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user