Fix QML warning

This commit is contained in:
Tobias Fella
2025-08-08 13:42:00 +02:00
parent 96a0b86c33
commit ce5d60fc5d

View File

@@ -108,10 +108,10 @@ Kirigami.ApplicationWindow {
}
function onAskJoinRoom(room) {
Qt.createComponent("org.kde.neochat", "JoinRoomDialog").createObject(root, {
(Qt.createComponent("org.kde.neochat", "JoinRoomDialog").createObject(root, {
room: room,
connection: root.connection
}).open();
}) as JoinRoomDialog).open();
}
function onShowUserDetail(user, room) {