fix for user presets existing preventing cider from starting
This commit is contained in:
parent
1fa02ad99b
commit
ef4853cfc5
3 changed files with 5 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
|||
<select class="md-select" @change="$root.getNowPlayingArtworkBG(undefined, true)" v-model="app.cfg.visual.window_background_style">
|
||||
<option value="none">{{$root.getLz('settings.header.visual.windowBackgroundStyle.none')}}</option>
|
||||
<option value="artwork">{{$root.getLz('settings.header.visual.windowBackgroundStyle.artwork')}}</option>
|
||||
<option value="image">{{$root.getLz('settings.header.visual.windowBackgroundStyle.image')}}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue