mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix avatar fallback in rooms
This commit is contained in:
parent
67ab204050
commit
3b4f8f2016
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ ApplicationWindow {
|
|||
|
||||
Avatar {
|
||||
url: roomSettings.roomAvatarUrl.replace("mxc://", "image://MxcImage/")
|
||||
displayName: roomSettings.roomName
|
||||
height: 130
|
||||
width: 130
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
|
|
Loading…
Reference in a new issue