Update index.html

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
windbus 2026-04-19 21:39:40 +02:00 committed by edideaur
parent 070abc712d
commit 021e3cd078

View file

@ -3342,13 +3342,18 @@
</div>
</div>
<div class="settings-group">
<div class="setting-item" id="cd-album-cover-setting">
<div class="info">
<span class="label">CD Album Cover</span>
<span class="description">Spin album cover and add CD hole in fullscreen</span>
<span class="label" id="cd-album-cover-label">CD Album Cover</span>
<span class="description" id="cd-album-cover-description"
>Spin album cover and add CD hole in fullscreen</span
>
</div>
<label class="toggle-switch">
<input type="checkbox" id="cd-album-cover-toggle" />
<input
type="checkbox"
id="cd-album-cover-toggle"
aria-labelledby="cd-album-cover-label"
aria-describedby="cd-album-cover-description"
/>
<span class="slider"></span>
</label>
</div>