fix(Communities): enable letter identicon support in community profile popup

This commit is contained in:
Pascal Precht 2021-07-21 11:50:47 +02:00 committed by Iuri Matias
parent aa3c68ec3d
commit 8a504ce190
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ StatusModal {
header.title: contentComponent.currentItem.headerTitle
header.subTitle: contentComponent.currentItem.headerSubtitle || ""
header.image.source: contentComponent.currentItem.headerImageSource || ""
header.icon.isLetterIdenticon: contentComponent.currentItem.headerTitle == popup.community.name && !contentComponent.currentItem.headerImageSource
header.icon.background.color: popup.community.communityColor
content: StackView {
id: stack