This commit is contained in:
Sakooooo 2024-08-06 20:46:29 +04:00
parent f72bf19f91
commit a32e2b44dd
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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