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 {
|
||||
asynchronous: true
|
||||
active: root.client?.lastIpcObject.floating
|
||||
Layout.fillWidth: active
|
||||
Layout.leftMargin: active ? 0 : -parent.spacing
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ Item {
|
|||
radius: Appearance.rounding.small
|
||||
|
||||
Loader {
|
||||
asynchronous: true
|
||||
anchors.centerIn: parent
|
||||
active: !root.client
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue