remove old options

This commit is contained in:
2026-04-03 12:33:08 +02:00
parent 8b5b7965b4
commit ffd7b9cf8b
4 changed files with 6 additions and 51 deletions
-13
View File
@@ -142,19 +142,6 @@
]
}) %>
</div>
<div class="panel-100 no-bg text-center">
<div class="flex-container">
<div class="panel-50 no-bg">
<p>If you use an USB audio card on Linux, enabling this option might fix your audio issues.</p>
<%- include('_components', {component: 'checkbox', cssClass: 'panel-100 flex-container flex-center', label: 'ALSA Software mode', id: 'audio-softwareMode'}) %>
</div>
<div class="panel-50 no-bg">
<p>Legacy option for Linux / macOS that could resolve audio issues, but will consume additional CPU and RAM usage.</p>
<%- include('_components', {component: 'checkbox', cssClass: 'panel-100 flex-container flex-center', label: 'Additional FFmpeg', id: 'audio-ffmpeg'}) %>
</div>
</div>
</div>
</div>
</div>
<!-- AUDIO SETTINGS END -->