aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/info-notification.vala5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/info-notification.vala b/src/info-notification.vala
index 4ddd814..e093aae 100644
--- a/src/info-notification.vala
+++ b/src/info-notification.vala
@@ -82,14 +82,13 @@ public class IndicatorSound.InfoNotification: Notification
switch (active_output) {
case VolumeControl.ActiveOutput.SPEAKERS:
case VolumeControl.ActiveOutput.HEADPHONES:
+ case VolumeControl.ActiveOutput.BLUETOOTH_HEADPHONES:
+ case VolumeControl.ActiveOutput.BLUETOOTH_SPEAKER:
case VolumeControl.ActiveOutput.USB_SPEAKER:
case VolumeControl.ActiveOutput.USB_HEADPHONES:
case VolumeControl.ActiveOutput.HDMI_SPEAKER:
case VolumeControl.ActiveOutput.HDMI_HEADPHONES:
return "audio-volume-high";
- case VolumeControl.ActiveOutput.BLUETOOTH_HEADPHONES:
- case VolumeControl.ActiveOutput.BLUETOOTH_SPEAKER:
- return "audio-speakers-bluetooth-symbolic";
default:
return "";