fix(settings): use correct toggle-switch markup for screensaver checkbox
This commit is contained in:
+5
-4
@@ -1092,10 +1092,11 @@
|
||||
<h4>🌑 Salvaschermo</h4>
|
||||
<p class="settings-hint">Mostra un orologio con fatti utili dopo 5 minuti di inattività. Di default è disattivato.</p>
|
||||
<div class="form-group">
|
||||
<label class="toggle-label">
|
||||
<input type="checkbox" id="setting-screensaver-enabled" class="toggle-input">
|
||||
<span class="toggle-slider"></span>
|
||||
<span class="toggle-text" data-i18n="settings.screensaver.label">Attiva salvaschermo</span>
|
||||
<label class="checkbox-label">
|
||||
<span class="toggle-switch">
|
||||
<input type="checkbox" id="setting-screensaver-enabled">
|
||||
</span>
|
||||
<span data-i18n="settings.screensaver.label">Attiva salvaschermo</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user