Added open variant for appchromebtn
This commit is contained in:
parent
e0cc0b2f7c
commit
82e47edc5c
4 changed files with 31 additions and 1 deletions
|
@ -104,6 +104,7 @@
|
|||
<div class="md-option-segment md-option-segment_auto">
|
||||
<select class="md-select" @change="$root.setTheme($root.cfg.visual.theme)" v-model="$root.cfg.visual.theme">
|
||||
<option value="default.less">Cider</option>
|
||||
<option value="dark.less">Dark</option>
|
||||
<option v-for="theme in themes" :value="theme">{{ theme }}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue