From e5f17970b9d619000ccfa23a236d2cd8b410c797 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 6 Aug 2024 21:53:07 +0400 Subject: [PATCH] beat beat beat beat --- config/ags/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",