mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 11:32:22 +01:00
Add mute button.
This commit is contained in:
@ -45,7 +45,10 @@
|
||||
</div>
|
||||
|
||||
<div id="queue-container">
|
||||
<h1 class="h1">Now Playing</h1>
|
||||
<h1 class="h1">
|
||||
Now Playing{% if perms.queues.can_control_volume %}
|
||||
<a id="mute" class="glyphicon glyphicon-volume-off" href="#"></a>{% endif %}
|
||||
</h1>
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user