From 1e197338766e0215a2ecff4ac42a72a54c648cc6 Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Sun, 26 Oct 2025 17:16:41 -0400 Subject: [PATCH] audio panel: Warning fix --- Modules/Bar/Audio/AudioPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Bar/Audio/AudioPanel.qml b/Modules/Bar/Audio/AudioPanel.qml index c8e16e7d..efb6eb14 100644 --- a/Modules/Bar/Audio/AudioPanel.qml +++ b/Modules/Bar/Audio/AudioPanel.qml @@ -173,7 +173,7 @@ NPanel { checked: AudioService.sink?.id === modelData.id onClicked: { AudioService.setAudioSink(modelData) - localVolume = AudioService.volume + localOutputVolume = AudioService.volume } Layout.fillWidth: true }