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

@@ -37,7 +37,6 @@ Item {
sequences: window.settings.keys.leaveRoom
onActivated: utils.makePopup(
"Popups/LeaveRoomPopup.qml",
chat,
{userId, roomId, roomName: roomInfo.display_name},
)
}
@@ -46,7 +45,6 @@ Item {
sequences: window.settings.keys.forgetRoom
onActivated: utils.makePopup(
"Popups/ForgetRoomPopup.qml",
chat,
{userId, roomId, roomName: roomInfo.display_name},
)
}