We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e5cc4 commit 385a6ddCopy full SHA for 385a6dd
volume_scroller@francislavoie.github.io/extension.js
@@ -71,6 +71,9 @@ export default class VolumeScrollerExtension extends Extension {
71
const multiplier = this.direction ? -1 : 1;
72
switch (event.get_scroll_direction()) {
73
case Clutter.ScrollDirection.UP:
74
+ if (this.sink.is_muted) {
75
+ this.sink.change_is_muted(false);
76
+ }
77
volume += this._get_step() * multiplier;
78
break;
79
0 commit comments