mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix bad property name
This commit is contained in:
parent
4d5950b6a7
commit
67fff656b3
1 changed files with 2 additions and 2 deletions
|
@ -166,8 +166,8 @@ ApplicationWindow {
|
|||
spacing: 10
|
||||
|
||||
Avatar {
|
||||
width: Nheko.avatarsize
|
||||
height: Nheko.avatarsize
|
||||
width: Nheko.avatarSize
|
||||
height: Nheko.avatarSize
|
||||
userid: model.mxid
|
||||
url: model.avatarUrl.replace("mxc://", "image://MxcImage/")
|
||||
displayName: model.displayName
|
||||
|
|
Loading…
Reference in a new issue