Moved disable microphone into the menu you get when clicking on your own name.

This commit is contained in:
Storm Dragon
2026-07-07 16:02:59 -04:00
parent 19e03e8708
commit 400174d618
5 changed files with 32 additions and 17 deletions
-5
View File
@@ -40,11 +40,6 @@
<i class="fas fa-play" aria-hidden="true"></i><span class="nav-text"> Enable</span>
</button>
</li>
<li>
<button id="unpresentbutton" class="invisible btn btn-cancel" aria-label="Disable microphone">
<i class="fas fa-stop" aria-hidden="true"></i><span class="nav-text"> Disable</span>
</button>
</li>
<li>
<button id="mutebutton" class="nav-link nav-button" aria-pressed="false" aria-label="Mute microphone">
<span><i class="fas fa-microphone-slash" aria-hidden="true"></i></span>