From 17b063b31b88988514bdd7b7228fefcf035b8ba3 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 7 Aug 2024 02:39:00 +0400 Subject: [PATCH] uh --- config/ags/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),