mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix room members dialog opening room member dialog of the wrong room
This commit is contained in:
parent
db43743697
commit
18f4f4351a
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ ApplicationWindow {
|
|||
delegate: ItemDelegate {
|
||||
id: del
|
||||
|
||||
onClicked: Rooms.currentRoom.openUserProfile(model.mxid)
|
||||
onClicked: room.openUserProfile(model.mxid)
|
||||
padding: Nheko.paddingMedium
|
||||
width: ListView.view.width
|
||||
height: memberLayout.implicitHeight + Nheko.paddingSmall * 2
|
||||
|
|
Loading…
Reference in a new issue