This commit is contained in:
Sakooooo 2024-08-08 13:33:28 +04:00
parent 712f4a88f1
commit 07919d98e0
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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