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:
Lukáš Tinkl 2023-05-29 15:58:12 +02:00 committed by Lukáš Tinkl
parent a0020761eb
commit 8ae48d9181
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Rectangle {
height: statusRoundedIcon.asset.height
color: statusRoundedIcon.asset.color
icon: statusRoundedIcon.asset.name
icon: statusRoundedIcon.asset.name || statusRoundedIcon.asset.source
rotation: statusRoundedIcon.asset.rotation
}
}