mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 03:58:49 +03:00
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…
Reference in a new issue