Fix emojis in avatars
This commit is contained in:
parent
777c41daa1
commit
80ab0394cd
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ Pane {
|
|||
Layout.column: 1
|
||||
Layout.row: 1
|
||||
Layout.rowSpan: 2
|
||||
displayName: roomName
|
||||
displayName: room ? room.plainRoomName : roomName
|
||||
enabled: false
|
||||
implicitHeight: Nheko.avatarSize
|
||||
implicitWidth: Nheko.avatarSize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue