diff options
Diffstat (limited to 'widgets/StyledBusyIndicator.qml')
| -rw-r--r-- | widgets/StyledBusyIndicator.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/StyledBusyIndicator.qml b/widgets/StyledBusyIndicator.qml index 2c8d056..060870f 100644 --- a/widgets/StyledBusyIndicator.qml +++ b/widgets/StyledBusyIndicator.qml @@ -18,6 +18,7 @@ BusyIndicator { id: shape preferredRendererType: Shape.CurveRenderer + asynchronous: true RotationAnimator on rotation { from: 0 |