mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
fix(Communities): enable letter identicon support in community profile popup
This commit is contained in:
parent
aa3c68ec3d
commit
8a504ce190
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user