mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-04 04:42:05 -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 {
|
||||
from: 0
|
||||
to: 360
|
||||
to: -360
|
||||
duration: 1000
|
||||
loops: Animation.Infinite
|
||||
running: root.isLoading
|
||||
|
||||
Reference in New Issue
Block a user