This commit is contained in:
Sakooooo 2024-08-06 20:54:55 +04:00
parent 8e751026ae
commit 89a63ca9af
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -115,8 +115,6 @@ function Volume() {
const vol = audio.speaker.volume * 100; const vol = audio.speaker.volume * 100;
console.log(audio.bind("speaker"))
const value = Widget.Label({ const value = Widget.Label({
// label: audio.speaker.volume.toString(), // label: audio.speaker.volume.toString(),
label: vol.toString(), label: vol.toString(),