Port away from and remove MatrixImageProvider

The functionality was redundant with the custom QNAM extension libQuotient has
This commit is contained in:
Tobias Fella
2023-12-02 22:30:18 +01:00
parent 46fd288a95
commit de3d3abc53
23 changed files with 26 additions and 242 deletions

View File

@@ -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