mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-15 00:32:47 -04:00
workspaces: cleanup dead connection
This commit is contained in:
@@ -1928,12 +1928,10 @@ Item {
|
||||
delegateRoot.updateAllData();
|
||||
}
|
||||
}
|
||||
Connections {
|
||||
target: WindowManager
|
||||
enabled: root.useExtWorkspace
|
||||
function onWindowsetsChanged() {
|
||||
property var _extWindowsetsTrigger: root.useExtWorkspace ? WindowManager.windowsets : null
|
||||
on_ExtWindowsetsTriggerChanged: {
|
||||
if (root.useExtWorkspace)
|
||||
delegateRoot.updateAllData();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user