Audio: Debounce timer should not use Style.animationFast

This commit is contained in:
ItsLemmy
2025-09-24 13:27:10 -04:00
parent b445153444
commit e6ae17cdd5
+1 -1
View File
@@ -38,7 +38,7 @@ ColumnLayout {
// Probably because they have some quick fades in and out to avoid clipping
// We use a timer to space out the updates, to avoid lock up
Timer {
interval: Style.animationFast
interval: 100
running: true
repeat: true
onTriggered: {