From e6ae17cdd5af9f207e41528c9049e2448357a1b0 Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Wed, 24 Sep 2025 13:27:10 -0400 Subject: [PATCH] Audio: Debounce timer should not use Style.animationFast --- Modules/Settings/Tabs/AudioTab.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Settings/Tabs/AudioTab.qml b/Modules/Settings/Tabs/AudioTab.qml index 81b40dd4..f9cc598c 100644 --- a/Modules/Settings/Tabs/AudioTab.qml +++ b/Modules/Settings/Tabs/AudioTab.qml @@ -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: {