hide/show library is no longer an experiment
- hide/show library can now only be used with the mojave layout
This commit is contained in:
parent
0d9236a4ad
commit
e6d9ec8a80
2 changed files with 1 additions and 14 deletions
|
@ -53,7 +53,7 @@
|
|||
<%- include('../svg/chevron-right.svg') %>
|
||||
</button>
|
||||
</div>
|
||||
<div class="app-chrome-item" v-if="cfg.advanced.experiments.includes('collapseSidebar')">
|
||||
<div class="app-chrome-item" v-if="getThemeDirective('windowLayout') == 'twopanel'">
|
||||
<button
|
||||
class="playback-button collapseLibrary"
|
||||
v-b-tooltip.hover
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue