feat: add option for muting sounds

This commit is contained in:
Herculino Trotta
2024-10-14 11:30:19 -03:00
parent dad0d96b58
commit 311d974762
8 changed files with 64 additions and 3 deletions
@@ -0,0 +1,2 @@
{% load i18n %}
<i class="fa-solid fa-volume-xmark me-2 fa-fw"></i>{% translate 'Mute sounds' %}
@@ -0,0 +1,3 @@
{% load i18n %}
<i class="fa-solid fa-volume-low me-2 fa-fw"></i>{% translate 'Play sounds' %}
<span id="settings-mute-sound" class="d-inline tw-invisible"></span>