mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-12 16:52:10 -04:00
fix: reverse rotation direction of sync icon in plugin browser (#1617)
This commit is contained in:
@@ -378,7 +378,7 @@ FloatingWindow {
|
|||||||
|
|
||||||
RotationAnimator on rotation {
|
RotationAnimator on rotation {
|
||||||
from: 0
|
from: 0
|
||||||
to: 360
|
to: -360
|
||||||
duration: 1000
|
duration: 1000
|
||||||
loops: Animation.Infinite
|
loops: Animation.Infinite
|
||||||
running: root.isLoading
|
running: root.isLoading
|
||||||
|
|||||||
Reference in New Issue
Block a user