Implement creating spaces

This commit is contained in:
Tobias Fella
2023-06-08 20:05:53 +00:00
parent 22694fe5e4
commit 72c85af407
6 changed files with 94 additions and 2 deletions

View File

@@ -323,6 +323,11 @@ Kirigami.ApplicationWindow {
CreateRoomDialog {}
}
Component {
id: createSpaceDialog
CreateSpaceDialog {}
}
Component {
id: roomWindow
RoomWindow {}