fix: double anim on cover art

This commit is contained in:
2 * r + 2 * t 2026-05-04 17:38:36 +10:00
parent b01b5fcb1f
commit f54aca05da

View file

@ -54,10 +54,6 @@ Item {
easing.type: Easing.Linear easing.type: Easing.Linear
loops: Animation.Infinite loops: Animation.Infinite
} }
Behavior on color {
CAnim {}
}
} }
} }