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

@@ -165,7 +165,7 @@ HTextArea {
}
}
onCustomImagePaste: utils.makePopup(
onCustomImagePaste: window.makePopup(
"Popups/ConfirmClipboardUploadPopup.qml",
{
userId: chat.userId,