Change imape to mipmap in avatar of roomform.

square-messages
Black Hat 2018-07-08 13:27:56 +08:00
parent a19364610a
commit d83d00f967
1 changed files with 1 additions and 0 deletions

View File

@ -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"
}