fix(Core): add missing `rotation` property to `StatusIconSettings`

This commit is contained in:
Pascal Precht 2021-06-07 12:55:39 +02:00 committed by Pascal Precht
parent 1e558b59b0
commit 341c0ddd0d
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@ QtObject {
property real height
property color color
property url source
property int rotation
property StatusIconBackgroundSettings background: StatusIconBackgroundSettings {}
}