fix(StatusModal): reset image/identicon width when loader state has changed
This commit is contained in:
parent
17a4059452
commit
696eeb322a
|
@ -30,6 +30,7 @@ Row {
|
|||
Loader {
|
||||
id: iconOrImage
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
width: active ? 40 : 0
|
||||
sourceComponent: {
|
||||
if (statusImageWithTitle.icon.isLetterIdenticon) {
|
||||
return statusLetterIdenticon
|
||||
|
|
Loading…
Reference in New Issue