diff options
author | Michele <miguel2000@livecom.it> | 2018-10-15 15:33:06 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-08-12 02:25:11 +0200 |
commit | 04cdcbea30e0d9b3c010c3e94a5dd0536d2734c7 (patch) | |
tree | da00109a96bb4c65fe98719870a6aec7a4de0422 | |
parent | c36481db52bbc4e1c5a62a4e9e59fabed7d1e61d (diff) | |
download | ayatana-indicator-sound-04cdcbea30e0d9b3c010c3e94a5dd0536d2734c7.tar.gz ayatana-indicator-sound-04cdcbea30e0d9b3c010c3e94a5dd0536d2734c7.tar.bz2 ayatana-indicator-sound-04cdcbea30e0d9b3c010c3e94a5dd0536d2734c7.zip |
Revert "bluetooth dedicated icons in notifications"
-rw-r--r-- | src/info-notification.vala | 5 |
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 ""; |