Added different Ports for release and develop, changed out Sort for simple iteration (Should be faster), Fixed Theme Switcher, fixed Saving of read chapters
This commit is contained in:
@@ -138,6 +138,7 @@
|
||||
<form method="post" action="/setting/">
|
||||
<label for="theme">Theme</label>
|
||||
<select onchange="this.form.submit()" id="theme" name="theme">
|
||||
<option value="" selected disabled hidden>Choose Theme</option>
|
||||
<option value="white">White</option>
|
||||
<option value="dark">Dark</option>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user