Skip to content

Commit b4aec41

Browse files
committed
user prefs: remove default theme from drop down
there is a extra button for this
1 parent 082c749 commit b4aec41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/_header_prefs.tt

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<td class="flex gap-x-1">
2020
[% IF c.config.themes.size > 4 %]
2121
<select name="theme" id="pref_theme" class="w-40" onchange="switchTheme(this)">
22-
<option value="">default</option>
2322
[% FOR t = c.config.themes %]
2423
<option value="[% t | html %]"[% IF cookie_theme && t == theme %] selected[% END %]>[% t | html %]</option>
2524
[% END %]
@@ -31,7 +30,7 @@
3130
[% END %]
3231
</div>
3332
[% END %]
34-
<button class="iconOnly" onclick="cookieRemove('thruk_theme'); reloadPage(50, true); return false;" title="use default theme">
33+
<button class="iconOnly" onclick="cookieRemove('thruk_theme'); reloadPage(50, true); return false;" title="use system default theme">
3534
<i class="uil uil-cloud-times"></i>
3635
</button>
3736
</td>

0 commit comments

Comments
 (0)