From 738020b16f96fb62a1877df420e19bc5b4e2ba18 Mon Sep 17 00:00:00 2001 From: Raphix Date: Thu, 4 May 2023 22:12:49 +0200 Subject: [PATCH] 2.2.7 Change Volume --- infoupdate.html | 10 ++++++++++ package.json | 2 +- templates/app/app.js | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/infoupdate.html b/infoupdate.html index bcfc9a6..2bcf214 100644 --- a/infoupdate.html +++ b/infoupdate.html @@ -1,3 +1,13 @@ +

Subsonics 2.2.7

+

Sortie le : 04/05/2022

+

Ajouts & Fixes :

+ +
+

Subsonics 2.2.6

Sortie le : 04/05/2022

Ajouts & Fixes :

diff --git a/package.json b/package.json index abfc8b5..ec4a8d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subsonics-manager", - "version": "2.2.6", + "version": "2.2.7", "description": "Manager for subsonics", "main": "main.js", "scripts": { diff --git a/templates/app/app.js b/templates/app/app.js index 68f8c8a..9432e67 100644 --- a/templates/app/app.js +++ b/templates/app/app.js @@ -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) + "%"