diff --git a/resources/qml/Account/UserOperations.qml b/resources/qml/Account/UserOperations.qml index 2bf570a995..dfeb8b0961 100644 --- a/resources/qml/Account/UserOperations.qml +++ b/resources/qml/Account/UserOperations.qml @@ -45,6 +45,15 @@ Column source: UM.Theme.getIcon("update") color: palette.text + RotationAnimator + { + from: 0; + to: 360; + duration: 1500 + loops: Animation.Infinite + running: false + } + } Label