fix: option element selection

This commit is contained in:
trisua 2025-04-09 20:42:03 -04:00
parent 1048498ceb
commit a06dc88f84
2 changed files with 5 additions and 0 deletions

View file

@ -202,6 +202,7 @@
</div>
<div class="card">
{{ user.settings.theme_preference }}
<select
onchange="set_setting_field('theme_preference', event.target.selectedOptions[0].value)"
>