From 04cdcbea30e0d9b3c010c3e94a5dd0536d2734c7 Mon Sep 17 00:00:00 2001 From: Michele Date: Mon, 15 Oct 2018 15:33:06 +0200 Subject: Revert "bluetooth dedicated icons in notifications" --- src/info-notification.vala | 5 ++--- 1 file 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 ""; -- cgit v1.2.3