mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-23 12:08:53 +00:00
feat(StatusRoundIcon): allow loading a rounded icon from "source"
the same way it's already implemented in the underlying StatusIcon
This commit is contained in:
parent
a0020761eb
commit
8ae48d9181
@ -31,7 +31,7 @@ Rectangle {
|
|||||||
height: statusRoundedIcon.asset.height
|
height: statusRoundedIcon.asset.height
|
||||||
|
|
||||||
color: statusRoundedIcon.asset.color
|
color: statusRoundedIcon.asset.color
|
||||||
icon: statusRoundedIcon.asset.name
|
icon: statusRoundedIcon.asset.name || statusRoundedIcon.asset.source
|
||||||
rotation: statusRoundedIcon.asset.rotation
|
rotation: statusRoundedIcon.asset.rotation
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user