feat: async window info
This commit is contained in:
parent
23834525ed
commit
1d75e9c6fc
2 changed files with 2 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ ColumnLayout {
|
||||||
}
|
}
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
|
asynchronous: true
|
||||||
active: root.client?.lastIpcObject.floating
|
active: root.client?.lastIpcObject.floating
|
||||||
Layout.fillWidth: active
|
Layout.fillWidth: active
|
||||||
Layout.leftMargin: active ? 0 : -parent.spacing
|
Layout.leftMargin: active ? 0 : -parent.spacing
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@ Item {
|
||||||
radius: Appearance.rounding.small
|
radius: Appearance.rounding.small
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
|
asynchronous: true
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
active: !root.client
|
active: !root.client
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue