2.2.7 Change Volume
This commit is contained in:
		@@ -1,3 +1,13 @@
 | 
			
		||||
<h1><u>Subsonics 2.2.7</u></h1>
 | 
			
		||||
<p>Sortie le : 04/05/2022</p>
 | 
			
		||||
<h2 style="font-size: 18px;">Ajouts & Fixes :</h2>
 | 
			
		||||
<ul>
 | 
			
		||||
   
 | 
			
		||||
    <li><strong>[CHANGE]</strong> : Volume : Possibilité d'aller à 200%</li>
 | 
			
		||||
 | 
			
		||||
</ul>
 | 
			
		||||
<hr>
 | 
			
		||||
 | 
			
		||||
<h1><u>Subsonics 2.2.6</u></h1>
 | 
			
		||||
<p>Sortie le : 04/05/2022</p>
 | 
			
		||||
<h2 style="font-size: 18px;">Ajouts & Fixes :</h2>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "subsonics-manager",
 | 
			
		||||
  "version": "2.2.6",
 | 
			
		||||
  "version": "2.2.7",
 | 
			
		||||
  "description": "Manager for subsonics",
 | 
			
		||||
  "main": "main.js",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
 
 | 
			
		||||
@@ -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) + "%"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user