mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-10-13 10:58:16 +00:00
Add auto theme option.
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
<b>Theme</b>
|
||||
<br />
|
||||
<select class="uk-select uk-width-auto" v-model="selectedTheme" @change="onChange($event)">
|
||||
<option value="auto">Auto</option>
|
||||
<option value="dark">Dark</option>
|
||||
<option value="light">Light</option>
|
||||
</select>
|
||||
|
Reference in New Issue
Block a user