Skip to content

Commit fdeadca

Browse files
committed
sound settings: Revive overamplication on input.
disappeared at some point possibly in 520b4db
1 parent 5b65946 commit fdeadca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • files/usr/share/cinnamon/cinnamon-settings/modules

files/usr/share/cinnamon/cinnamon-settings/modules/cs_sound.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,9 +640,12 @@ def onOverAmplificationChanged(self, settings=None, key=None):
640640
self.outVolume.slider.clear_marks()
641641
if overamplification:
642642
self.outVolume.adjustment.set_upper(150)
643+
self.inVolume.adjustment.set_upper(150)
643644
self.outVolume.setMark(100)
645+
self.inVolume.setMark(100)
644646
else:
645647
self.outVolume.adjustment.set_upper(100)
648+
self.inVolume.adjustment.set_upper(100)
646649

647650
def inializeController(self):
648651
self.controller = Cvc.MixerControl(name = "cinnamon")

0 commit comments

Comments
 (0)