show lyrics as disabled even if not present
This commit is contained in:
parent
cdca2427d8
commit
3d134a6652
2 changed files with 10 additions and 1 deletions
|
@ -112,6 +112,11 @@
|
|||
:class="{'active': drawer.panel == 'lyrics'}"
|
||||
@click="invokeDrawer('lyrics')"></button>
|
||||
</template>
|
||||
<template v-else>
|
||||
<button class="playback-button--small lyrics"
|
||||
:style="{'opacity': 0.5, 'pointer-events': 'none'}"
|
||||
@click="invokeDrawer('lyrics')"></button>
|
||||
</template>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -128,7 +128,11 @@
|
|||
:class="{'active': drawer.panel == 'lyrics'}"
|
||||
@click="invokeDrawer('lyrics')"></button>
|
||||
</template>
|
||||
|
||||
<template v-else>
|
||||
<button class="playback-button--small lyrics"
|
||||
:style="{'opacity': 0.5, 'pointer-events': 'none'}"
|
||||
@click="invokeDrawer('lyrics')"></button>
|
||||
</template>
|
||||
</div>
|
||||
</template>
|
||||
<div class="app-chrome-item full-height" id="window-controls-container" v-if="chrome.windowControlPosition == 'right'">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue