diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/bar/BarWrapper.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/bar/BarWrapper.qml b/modules/bar/BarWrapper.qml index 83ff1c3..c4ba52c 100644 --- a/modules/bar/BarWrapper.qml +++ b/modules/bar/BarWrapper.qml @@ -73,7 +73,6 @@ Item { anchors.right: parent.right active: root.shouldBeVisible || root.visible - asynchronous: true sourceComponent: Bar { width: root.contentWidth |