feat: async window info

This commit is contained in:
2 * r + 2 * t 2026-03-20 01:19:36 +11:00
parent 23834525ed
commit 1d75e9c6fc
2 changed files with 2 additions and 0 deletions

View file

@ -117,6 +117,7 @@ ColumnLayout {
}
Loader {
asynchronous: true
active: root.client?.lastIpcObject.floating
Layout.fillWidth: active
Layout.leftMargin: active ? 0 : -parent.spacing

View file

@ -33,6 +33,7 @@ Item {
radius: Appearance.rounding.small
Loader {
asynchronous: true
anchors.centerIn: parent
active: !root.client