window control hidden when native title bar on
This commit is contained in:
parent
c80f66a9f3
commit
7f2349ea3f
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@
|
|||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="md-option-line" v-show="app.platform !== 'darwin'">
|
||||
<div class="md-option-line" v-show="app.platform !== 'darwin' && !app.cfg.visual.nativeTitleBar">
|
||||
<div class="md-option-segment">
|
||||
{{$root.getLz("settings.option.window.windowControlStyle")}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue