Port away from and remove MatrixImageProvider
The functionality was redundant with the custom QNAM extension libQuotient has
This commit is contained in:
@@ -98,7 +98,7 @@ QQC2.Control {
|
||||
Layout.maximumHeight: width - Kirigami.Units.smallSpacing
|
||||
|
||||
text: displayName
|
||||
source: avatar ? ("image://mxc/" + avatar) : ""
|
||||
source: spaceDelegate.avatar
|
||||
|
||||
onSelected: root.selectedSpaceId = roomId
|
||||
checked: root.selectedSpaceId === roomId
|
||||
|
||||
Reference in New Issue
Block a user