mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-14 05:52:53 +00:00
Add "system" theme to settings.
This commit is contained in:
parent
2d973707f3
commit
1d57e29d56
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
<div id="theme">
|
||||
<label for="theme">Theme:</label>
|
||||
<select name="theme">
|
||||
{% call utils::options(prefs.theme, ["dark", "light"], "dark") %}
|
||||
{% call utils::options(prefs.theme, ["system", "dark", "light"], "system") %}
|
||||
</select>
|
||||
</div>
|
||||
<p>Interface</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue