This commit is contained in:
Sakooooo 2024-08-08 13:35:27 +04:00
parent 07919d98e0
commit fac67e931a
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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(),