Help icon and debug mode turned off

This commit is contained in:
Szymon Porwolik
2025-11-07 20:33:08 +01:00
parent f7e6f2a3ea
commit ff1878f1ed
3 changed files with 54 additions and 2 deletions

View File

@@ -77,9 +77,15 @@
<div id="dxWaterfallSpotLeft">
<span id="dxWaterfallMessage"></span>
</div>
<a id="dxWaterfallHelpIcon" href="https://github.com/wavelog/wavelog/wiki/DXWaterfall" target="_blank" rel="noopener noreferrer" title="<?= __("DX Waterfall Help"); ?>">
<i class="fas fa-question-circle"></i>
</a>
<i id="dxWaterfallPowerOnIcon" class="fas fa-power-off"></i>
</div>
<div id="dxWaterfallSpotContent"></div>
<a id="dxWaterfallHelpIconOff" href="https://github.com/wavelog/wavelog/wiki/DXWaterfall" target="_blank" rel="noopener noreferrer" title="<?= __("DX Waterfall Help"); ?>">
<i class="fas fa-question-circle"></i>
</a>
<i id="dxWaterfallPowerOffIcon" class="fas fa-power-off"></i>
</div>
</div>