beat beat beat beat
This commit is contained in:
parent
55ad990bdb
commit
e5f17970b9
|
@ -117,8 +117,8 @@ 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({
|
||||||
class_name: "volume",
|
class_name: "volume",
|
||||||
|
|
Loading…
Reference in a new issue