Merge branch 'main' of https://gitlab.com/mx-moment/moment
This commit is contained in:
commit
a9eecd1c05
|
@ -26,8 +26,17 @@ HPage {
|
||||||
HTabButton { text: qsTr("Create group") }
|
HTabButton { text: qsTr("Create group") }
|
||||||
}
|
}
|
||||||
|
|
||||||
DirectChat { userId: page.userId }
|
DirectChat {
|
||||||
JoinRoom { userId: page.userId }
|
userId: page.userId
|
||||||
CreateRoom { userId: page.userId }
|
implicitWidth: 0
|
||||||
|
}
|
||||||
|
JoinRoom {
|
||||||
|
userId: page.userId
|
||||||
|
implicitWidth: 0
|
||||||
|
}
|
||||||
|
CreateRoom {
|
||||||
|
userId: page.userId
|
||||||
|
implicitWidth: 0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user