diff --git a/config/ags/config.js b/config/ags/config.js index 06af29b6..cb582867 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -117,7 +117,8 @@ function Volume() { const value = Widget.Label({ // label: audio.speaker.volume.toString(), - label: audio.speaker.bind("volume").as(x => x.toString()), + // label: audio.speaker.bind("volume").as(x => x.toString()), + label: vol.toString(), }); return Widget.Box({