mirror of
https://github.com/defnull/fediwall.git
synced 2024-11-21 15:13:20 +01:00
Explain 'auto' theme
This commit is contained in:
parent
c560a13e92
commit
4fd62c6efa
@ -265,9 +265,9 @@ const onSubmit = () => {
|
||||
<label for="edit-theme" class="form-label">Theme:</label>
|
||||
<div class="ms-5">
|
||||
<select class="form-select mb-1" id="edit-theme" v-model="config.theme">
|
||||
<option value="light">Light</option>
|
||||
<option value="dark">Dark</option>
|
||||
<option value="auto">Auto</option>
|
||||
<option value="light">Light mode</option>
|
||||
<option value="dark">Dark mode</option>
|
||||
<option value="auto">Auto (browser default)</option>
|
||||
</select>
|
||||
<div class="form-check mt-2">
|
||||
<input class="form-check-input" type="checkbox" id="edit-info" v-model="config.showInfobar">
|
||||
|
Loading…
Reference in New Issue
Block a user