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:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user