]> git.sesse.net Git - vlc/blobdiff - share/lua/http/dialogs/main
Same mute button for lua http interface
[vlc] / share / lua / http / dialogs / main
index e213b4b3a6dd2d84110cc04f2ff860134ca178c1..55b302e2e23fbf0cdb946cdc69236f36e3764db9 100644 (file)
@@ -94,6 +94,11 @@ sout and playlist .
       <img src="images/volume_up.png" alt="Increase Volume" />
       <span class="btn_text">Increase Volume</span>
     </button>
+    <button id="btn_volume_mute" onclick="volume_mute();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Mute Volume" >
+      <img src="images/volume_mute.png" alt="Mute Volume" />
+      <span class="btn_text">Mute Volume</span>
+    </button>
+
   </div>
   <div id="status">
     <span id="state">(?)</span>