fix(Core): add missing `rotation` property to `StatusIconSettings`
This commit is contained in:
parent
52f5c31b3d
commit
ae9c1d810f
|
@ -9,5 +9,6 @@ QtObject {
|
|||
property real height
|
||||
property color color
|
||||
property url source
|
||||
property int rotation
|
||||
property StatusIconBackgroundSettings background: StatusIconBackgroundSettings {}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue