Skip to content

kcm: Move 'Raise Maximum Volume' to main page

Oliver Beard requested to merge (removed):raise-max-vol into master

This commit moves the option from the 'Volume Controls' sub-page to the main page.

Before After
image image

This is done for parity with the applet, which provides this option in a similar way. Additionally, it means users can find the option in settings more easily.


Unfortunately, this exposes some more obvious issues with the KCM:

  • Playback streams also have their sliders affected by raising maximum volume, unlike the applet.
  • The change to volume (when over the maximum) is not immediate unlike the applet, and the text also shows it animating down.

I think the KCM needs refactoring to be closer to the applet (the applet also provides feedback when changing volume), but this is out of scope here.

Merge request reports