fix(AppMain): Community color shown in left bar

Closes: #7763
This commit is contained in:
Michał Cieślak 2022-10-12 17:22:23 +02:00 committed by Michał
parent 174f33cda3
commit 948dc8e747
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@ Item {
name: model.icon.length > 0? "" : model.name
icon.name: model.icon
icon.source: model.image
identicon.asset.color: (hovered || identicon.highlighted || checked) ? model.color : icon.color
tooltip.text: model.name
checked: model.active
badge.value: model.notificationsCount