Call the correct function

This commit is contained in:
Loren Burkholder 2021-07-20 19:17:49 -04:00
parent 705c283dcb
commit c78c284898
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ ApplicationWindow {
hoverEnabled: true
ToolTip.visible: hovered
ToolTip.text: qsTr("Invite more people")
onClicked: Rooms.currentRoom.openInviteUsersDialog()
onClicked: Rooms.currentRoom.openInviteUsers()
}
ScrollView {