Fix qml warning

This commit is contained in:
Tobias Fella
2025-08-06 23:53:04 +02:00
parent 3de7ad237a
commit 4d29b9fd57

View File

@@ -269,9 +269,9 @@ QQC2.Control {
activeFocusOnTab: true
onSelected: {
Qt.createComponent('org.kde.neochat', 'CreateSpaceDialog').createObject(root, {
(Qt.createComponent('org.kde.neochat', 'CreateSpaceDialog').createObject(root, {
connection: root.connection
}).open();
}) as CreateSpaceDialog).open();
}
}