Add avatar with status icon componant
Will be used later for 1-to-1 user room delegates and room members pane
This commit is contained in:
@@ -12,7 +12,7 @@ ColumnLayout {
|
||||
id: "row"
|
||||
spacing: 0
|
||||
|
||||
Base.Avatar { id: "avatar"; username: display_name; dimmension: 36 }
|
||||
Base.Avatar { id: "avatar"; name: display_name; dimmension: 36 }
|
||||
|
||||
ColumnLayout {
|
||||
Layout.fillWidth: true
|
||||
|
Reference in New Issue
Block a user