Always parent popups to window

This commit is contained in:
miruka
2020-06-26 06:34:06 -04:00
parent 74784803f5
commit 980e258df8
10 changed files with 2 additions and 17 deletions

View File

@@ -245,7 +245,6 @@ HColumnLayout {
enabled: properties.eventSenderAndIds.length
popup: "Popups/RedactPopup.qml"
popupParent: chat
properties: ({
preferUserId: chat.userId,
roomId: chat.roomId,
@@ -279,7 +278,6 @@ HColumnLayout {
text: qsTr("Clear messages")
popup: "Popups/ClearMessagesPopup.qml"
popupParent: chat
properties: ({
userId: chat.userId,
roomId: chat.roomId,