Add global show_label_background setting with UI control

This commit is contained in:
Maksim Totmin
2026-06-17 20:19:02 +07:00
parent 7047b6b4e3
commit 10cbf028f1
7 changed files with 31 additions and 17 deletions
+4
View File
@@ -122,6 +122,10 @@
<option value="regular">Regular</option>
</select>
</div>
<div class="checkbox-row">
<input type="checkbox" id="show-label-bg" x-model="settingsForm.show_label_background">
<label for="show-label-bg">Show label background</label>
</div>
</div>
<!-- Screensaver -->