style(cava): update bar count and remove animation

This commit is contained in:
tux
2026-08-24 17:54:58 +05:30
parent 33c19e35a5
commit dfab12482a
2 changed files with 1 additions and 7 deletions

View File

@@ -39,12 +39,6 @@ Rectangle {
radius: bar.width / 2
color: Theme.colors.accent
antialiasing: true
Behavior on height {
NumberAnimation {
duration: Theme.duration
}
}
}
}
}