Change imape to mipmap in avatar of roomform.
This commit is contained in:
parent
a19364610a
commit
d83d00f967
|
@ -104,6 +104,7 @@ Item {
|
|||
id: avatar
|
||||
width: height
|
||||
height: 40
|
||||
mipmap: true
|
||||
visible: !sentByMe
|
||||
source: author.avatarUrl != "" ? "image://mxc/" + author.avatarUrl : "qrc:/asset/img/avatar.png"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue