Add name for Avatar in RecommendedSpaceDialog
This commit is contained in:
@@ -33,6 +33,7 @@ Kirigami.Dialog {
|
|||||||
spacing: Kirigami.Units.largeSpacing * 4
|
spacing: Kirigami.Units.largeSpacing * 4
|
||||||
Avatar {
|
Avatar {
|
||||||
source: root.connection.makeMediaUrl(SpaceHierarchyCache.recommendedSpaceAvatar)
|
source: root.connection.makeMediaUrl(SpaceHierarchyCache.recommendedSpaceAvatar)
|
||||||
|
name: SpaceHierarchyCache.recommendedSpaceDisplayName
|
||||||
}
|
}
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|||||||
Reference in New Issue
Block a user