diff --git a/config/ags/config.js b/config/ags/config.js index 1f761b88..30eba22d 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -115,6 +115,8 @@ function Volume() { const vol = audio.speaker.volume * 100; + console.log(audio.bind("speaker")) + const value = Widget.Label({ // label: audio.speaker.volume.toString(), label: vol.toString(),