1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-15 08:42: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,16 +1928,14 @@ Item {
delegateRoot.updateAllData(); delegateRoot.updateAllData();
} }
} }
Connections { property var _extWindowsetsTrigger: root.useExtWorkspace ? WindowManager.windowsets : null
target: WindowManager on_ExtWindowsetsTriggerChanged: {
enabled: root.useExtWorkspace if (root.useExtWorkspace)
function onWindowsetsChanged() {
delegateRoot.updateAllData(); delegateRoot.updateAllData();
} }
} }
} }
} }
}
Component.onCompleted: { Component.onCompleted: {
_updateBlurRegistration(); _updateBlurRegistration();