fix: undef warning in winfo

This commit is contained in:
2 * r + 2 * t 2026-04-08 17:06:49 +10:00
parent df27c93224
commit ec4a15c1d1

View file

@ -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