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