1
0
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:
bbedward
2026-05-14 10:38:47 -04:00
parent fb5198fd0b
commit 39b90bb140
@@ -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();
}
}
}
}