Add presence circle on members avatar and account

This commit is contained in:
vslg
2020-06-29 13:26:28 -03:00
committed by miruka
parent 512c08fe0a
commit 215557e353
3 changed files with 43 additions and 25 deletions

View File

@@ -25,6 +25,9 @@ HTile {
radius: theme.mainPane.listView.account.avatarRadius
compact: account.compact
// XXX
presence: model.first_sync_done ? "online" : ""
Layout.alignment: Qt.AlignCenter
HLoader {