fix: undef warning in winfo
This commit is contained in:
parent
df27c93224
commit
ec4a15c1d1
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ ColumnLayout {
|
|||
|
||||
Loader {
|
||||
asynchronous: true
|
||||
active: root.client?.lastIpcObject.floating
|
||||
active: root.client?.lastIpcObject.floating ?? false
|
||||
Layout.fillWidth: active
|
||||
Layout.leftMargin: active ? 0 : -parent.spacing
|
||||
Layout.rightMargin: active ? 0 : -parent.spacing
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue