mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 17:19:02 +00:00
parent
174f33cda3
commit
948dc8e747
@ -293,6 +293,7 @@ Item {
|
|||||||
name: model.icon.length > 0? "" : model.name
|
name: model.icon.length > 0? "" : model.name
|
||||||
icon.name: model.icon
|
icon.name: model.icon
|
||||||
icon.source: model.image
|
icon.source: model.image
|
||||||
|
identicon.asset.color: (hovered || identicon.highlighted || checked) ? model.color : icon.color
|
||||||
tooltip.text: model.name
|
tooltip.text: model.name
|
||||||
checked: model.active
|
checked: model.active
|
||||||
badge.value: model.notificationsCount
|
badge.value: model.notificationsCount
|
||||||
|
Loading…
x
Reference in New Issue
Block a user