2.2.7 Change Volume

This commit is contained in:
Raphix
2023-05-04 22:12:49 +02:00
parent 3e89e43d6b
commit 738020b16f
3 changed files with 12 additions and 2 deletions

View File

@ -595,7 +595,7 @@ ipc.on("actualize", (ev, data) => {
if(data.volume) {
volCursor.step = 1
volCursor.max = 100
volCursor.max = 200
volCursor.value = Math.trunc(data.volume / 10)
volPct.innerHTML = Math.trunc(data.volume / 10) + "%"