diff options
Diffstat (limited to 'src/sound-menu.vala')
-rw-r--r-- | src/sound-menu.vala | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sound-menu.vala b/src/sound-menu.vala index 957238c..bcf2042 100644 --- a/src/sound-menu.vala +++ b/src/sound-menu.vala @@ -1,5 +1,6 @@ /* * Copyright 2013 Canonical Ltd. + * Copyright 2021 Robert Tari * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +16,7 @@ * * Authors: * Lars Uebernickel <lars.uebernickel@canonical.com> + * Robert Tari <robert@tari.in> */ public class SoundMenu: Object @@ -271,6 +273,8 @@ public class SoundMenu: Object case VolumeControl.ActiveOutput.HDMI_HEADPHONES: label = _("Volume (HDMI headphones)"); break; + case VolumeControl.ActiveOutput.CALL_MODE: + break; } this.volume_section.remove (index); this.volume_section.insert_item (index, this.create_slider_menu_item (_(label), "indicator.volume(0)", 0.0, 1.0, 0.01, |