This commit is contained in:
Sakooooo 2024-08-07 02:39:00 +04:00
parent e5f17970b9
commit 17b063b31b
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -113,7 +113,7 @@ function Volume() {
}), }),
}); });
const vol = audio.speaker.volume * 100; const vol = Math.round(audio.speaker.volume * 100);
const value = Widget.Label({ const value = Widget.Label({
// label: audio.speaker.volume.toString(), // label: audio.speaker.volume.toString(),