what
This commit is contained in:
parent
f72bf19f91
commit
a32e2b44dd
1 changed files with 4 additions and 1 deletions
|
@ -113,8 +113,11 @@ function Volume() {
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const vol = audio.speaker.volume * 100;
|
||||||
|
|
||||||
const value = Widget.Label({
|
const value = Widget.Label({
|
||||||
label: audio.speaker.volume.toString(),
|
// label: audio.speaker.volume.toString(),
|
||||||
|
label: vol.toString(),
|
||||||
});
|
});
|
||||||
|
|
||||||
return Widget.Box({
|
return Widget.Box({
|
||||||
|
|
Loading…
Reference in a new issue