what
This commit is contained in:
parent
a32e2b44dd
commit
8e751026ae
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ function Volume() {
|
|||
|
||||
const vol = audio.speaker.volume * 100;
|
||||
|
||||
console.log(audio.bind("speaker"))
|
||||
|
||||
const value = Widget.Label({
|
||||
// label: audio.speaker.volume.toString(),
|
||||
label: vol.toString(),
|
||||
|
|
Loading…
Reference in a new issue