mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +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
|
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 a new issue