change queue and history headers
This commit is contained in:
parent
183622ae61
commit
652e400b57
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
<div class="queue-panel">
|
<div class="queue-panel">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h3 class="queue-header-text">{{app.getLz('term.queue')}}</h3>
|
<h3 class="queue-header-text" v-if="page == 'queue'">{{app.getLz('term.queue')}}</h3>
|
||||||
|
<h3 class="queue-header-text" v-if="page == 'history'">{{app.getLz('term.history')}}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-auto flex-center">
|
<div class="col-auto flex-center">
|
||||||
<button class="autoplay" :style="{'background': app.mk.autoplayEnabled ? 'var(--keyColor)' : ''}"
|
<button class="autoplay" :style="{'background': app.mk.autoplayEnabled ? 'var(--keyColor)' : ''}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue