diff --git a/config/ags/config.js b/config/ags/config.js index a0d3c358..1f761b88 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -113,8 +113,11 @@ function Volume() { }), }); + const vol = audio.speaker.volume * 100; + const value = Widget.Label({ - label: audio.speaker.volume.toString(), + // label: audio.speaker.volume.toString(), + label: vol.toString(), }); return Widget.Box({