beat beat beat beat

This commit is contained in:
Sakooooo 2024-08-06 21:53:07 +04:00
parent 55ad990bdb
commit e5f17970b9
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -117,7 +117,7 @@ function Volume() {
const value = Widget.Label({ const value = Widget.Label({
// label: audio.speaker.volume.toString(), // label: audio.speaker.volume.toString(),
label: vol.toString(), label: audio.speaker.bind("volume").as(x => x.toString()),
}); });
return Widget.Box({ return Widget.Box({