Improve accountlistmodel.

This commit is contained in:
Black Hat
2018-09-10 12:56:16 +08:00
parent 647a2cdbf2
commit 20113fb47f
4 changed files with 97 additions and 68 deletions

View File

@@ -123,8 +123,8 @@ ApplicationWindow {
anchors.fill: parent
anchors.margins: 12
hint: name
image: avatar
hint: user.displayName
image: user.avatar
defaultColor: Material.accent
}