mirror of
https://github.com/hnhx/librex.git
synced 2025-04-29 14:09:27 -04:00
Add "Auto" option to settings.php
This commit is contained in:
parent
ca5fdd0746
commit
6727c85390
1 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,8 @@
|
||||||
<select name="theme">
|
<select name="theme">
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$themes = "<option value=\"dark\">Dark</option>
|
$themes = "<option value=\"auto\">Auto</option>
|
||||||
|
<option value=\"dark\">Dark</option>
|
||||||
<option value=\"light\">Light</option>
|
<option value=\"light\">Light</option>
|
||||||
<option value=\"nord\">Nord</option>
|
<option value=\"nord\">Nord</option>
|
||||||
<option value=\"night_owl\">Night Owl</option>
|
<option value=\"night_owl\">Night Owl</option>
|
||||||
|
@ -96,4 +97,4 @@
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php require "static/footer.html"; ?>
|
<?php require "static/footer.html"; ?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue