Add "Auto" option to settings.php

This commit is contained in:
Mennaruuk 2022-03-10 23:32:53 -05:00 committed by GitHub
parent ca5fdd0746
commit 6727c85390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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"; ?>