diff --git a/config/ags/config.js b/config/ags/config.js index e9cfb927..06af29b6 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -113,7 +113,7 @@ function Volume() { }), }); - const vol = audio.speaker.volume * 100; + const vol = Math.round(audio.speaker.volume * 100); const value = Widget.Label({ // label: audio.speaker.volume.toString(),