mirror of
https://github.com/hnhx/librex.git
synced 2025-01-10 03:37:25 -03: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">
|
||||
<?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=\"nord\">Nord</option>
|
||||
<option value=\"night_owl\">Night Owl</option>
|
||||
|
@ -96,4 +97,4 @@
|
|||
?>
|
||||
</div>
|
||||
|
||||
<?php require "static/footer.html"; ?>
|
||||
<?php require "static/footer.html"; ?>
|
||||
|
|
Loading…
Reference in a new issue