Add window.makePopup(), utils.makePopup() wrapper

This commit is contained in:
miruka
2020-08-03 01:26:35 -04:00
parent c813e92ac7
commit a389238024
12 changed files with 27 additions and 18 deletions

View File

@@ -134,7 +134,7 @@ HColumnLayout {
qsTr("Invite members to this room") :
qsTr("No permission to invite members to this room")
onClicked: utils.makePopup(
onClicked: window.makePopup(
"Popups/InviteToRoomPopup.qml",
{
userId: chat.userId,