fix(StatusChatInfoButton): make component identicon aware

Closes #228
This commit is contained in:
Pascal Precht 2021-07-06 11:31:23 +02:00 committed by Pascal Precht
parent 144ac69d31
commit 7dcec0cace
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ Rectangle {
height: parent.height
image.source: statusChatInfoButton.image.source
showLoadingIndicator: true
border.width: statusChatInfoButton.image.isIdenticon ? 1 : 0
border.color: Theme.palette.directColor7
}
Loader {
sourceComponent: statusLetterIdenticonComponent