Call the correct function
This commit is contained in:
parent
705c283dcb
commit
c78c284898
@ -56,7 +56,7 @@ ApplicationWindow {
|
|||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
ToolTip.visible: hovered
|
ToolTip.visible: hovered
|
||||||
ToolTip.text: qsTr("Invite more people")
|
ToolTip.text: qsTr("Invite more people")
|
||||||
onClicked: Rooms.currentRoom.openInviteUsersDialog()
|
onClicked: Rooms.currentRoom.openInviteUsers()
|
||||||
}
|
}
|
||||||
|
|
||||||
ScrollView {
|
ScrollView {
|
||||||
|
Loading…
Reference in New Issue
Block a user