Fix: Volume pill no longer auto activates #54
This commit is contained in:
parent
ad13abdac2
commit
e0dbae0397
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ Scope {
|
|||
function updateVolume(vol) {
|
||||
var clamped = Math.max(0, Math.min(100, vol));
|
||||
var stepped = roundToStep(clamped, 5);
|
||||
volume = stepped;
|
||||
if (defaultAudioSink && defaultAudioSink.audio) {
|
||||
defaultAudioSink.audio.volume = stepped / 100;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue