whoops
This commit is contained in:
parent
07919d98e0
commit
fac67e931a
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ function Volume() {
|
|||
}),
|
||||
});
|
||||
|
||||
const vol = Math.round(audio.speaker.volume * 100);
|
||||
const vol = Math.round(audio.speaker.volume) * 100;
|
||||
|
||||
const value = Widget.Label({
|
||||
// label: audio.speaker.volume.toString(),
|
||||
|
|
Loading…
Reference in a new issue