beat beat beat beat
This commit is contained in:
parent
55ad990bdb
commit
e5f17970b9
1 changed files with 2 additions and 2 deletions
|
@ -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({
|
||||||
|
|
Loading…
Reference in a new issue