From 9bc49c3ee4d6f0f05c7356403b94cf690d3ddfdb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 15 Mar 2026 14:48:03 +0100 Subject: ... --- accounts/gkleen@sif/shell/quickshell/VolumeOSD.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'accounts/gkleen@sif/shell/quickshell/VolumeOSD.qml') diff --git a/accounts/gkleen@sif/shell/quickshell/VolumeOSD.qml b/accounts/gkleen@sif/shell/quickshell/VolumeOSD.qml index 653f4763..91dc9591 100644 --- a/accounts/gkleen@sif/shell/quickshell/VolumeOSD.qml +++ b/accounts/gkleen@sif/shell/quickshell/VolumeOSD.qml @@ -16,7 +16,7 @@ Scope { Connections { enabled: Pipewire.defaultAudioSink - target: Pipewire.defaultAudioSink?.audio + target: Pipewire.defaultAudioSink?.audio || null function onVolumeChanged() { root.show = "sink"; @@ -30,7 +30,7 @@ Scope { Connections { enabled: Pipewire.defaultAudioSource - target: Pipewire.defaultAudioSource?.audio + target: Pipewire.defaultAudioSource?.audio || null function onVolumeChanged() { root.show = "source"; -- cgit v1.2.3