Update libqmatrixclient && fix broken avatar && fix broken image provider.

This commit is contained in:
Black Hat
2018-09-09 18:35:37 +08:00
parent 2992804472
commit 7c426e254b
7 changed files with 32 additions and 16 deletions

View File

@@ -103,12 +103,12 @@ Drawer {
anchors.margins: 8
spacing: 12
ImageStatus {
ImageItem {
Layout.preferredWidth: height
Layout.fillHeight: true
source: avatar != "" ? "image://mxc/" + avatar : ""
displayText: name
image: avatar
hint: name
}
Label {