Added "Click to umute" option for settings page

This commit is contained in:
nuttylmao
2025-05-02 23:10:49 +10:00
parent f25832355e
commit 40ddb2be71
3 changed files with 88 additions and 8 deletions
+6 -3
View File
@@ -25,12 +25,15 @@
<div id="contentArea">
<!-- Settings Panel -->
<div id="settingsPanel">
<div id="settingsPanel">
</div>
<!-- Widget Preview Panel -->
<iframe id="widgetPreview">
</iframe>
<div id="widget-preview-wrapper">
<label id="unmute-label">Click to unmute...</label>
<iframe id="widgetPreview">
</iframe>
</div>
</div>
<!-- Load Settings Popup -->