Skip to content
Snippets Groups Projects
Commit c78c2848 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Call the correct function

parent 705c283d
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment