hide mica for non-windows platforms
This commit is contained in:
parent
7ef26c8ed4
commit
ac436accbe
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@
|
|||
<option value="color">
|
||||
{{$root.getLz('settings.header.visual.windowBackgroundStyle.color')}}
|
||||
</option>
|
||||
<option value="mica">
|
||||
<option v-if="$root.platform == 'win32'" value="mica">
|
||||
Mica (Beta)
|
||||
</option>
|
||||
</select>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue