uh
This commit is contained in:
parent
712f4a88f1
commit
07919d98e0
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,8 @@ function Volume() {
|
||||||
|
|
||||||
const value = Widget.Label({
|
const value = Widget.Label({
|
||||||
// label: audio.speaker.volume.toString(),
|
// 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({
|
return Widget.Box({
|
||||||
|
|
Loading…
Reference in a new issue