From a32e2b44dd7aca41d458d2e890c215bdf5588ceb Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 6 Aug 2024 20:46:29 +0400 Subject: [PATCH] what --- config/ags/config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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({