fix(@desktop/categories): Fix display emoji into create category popup
Closes: #5350
This commit is contained in:
parent
3e63e42664
commit
08c00c8864
|
@ -119,6 +119,11 @@ StatusModal {
|
|||
visible: model.type != Constants.chatType.unknown
|
||||
height: visible ? implicitHeight : 0
|
||||
title: "#" + model.name
|
||||
icon.emoji: model.emoji
|
||||
icon.color: model.color
|
||||
image.isIdenticon: false
|
||||
image.source: model.icon
|
||||
ringSettings.ringSpecModel: model.colorHash
|
||||
icon.isLetterIdenticon: true
|
||||
icon.background.color: model.color
|
||||
sensor.onClicked: channelItemCheckbox.checked = !channelItemCheckbox.checked
|
||||
|
|
Loading…
Reference in New Issue