mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Call the correct function
This commit is contained in:
parent
705c283dcb
commit
c78c284898
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue