change queue and history headers

This commit is contained in:
Jason Chen 2022-05-29 14:04:48 -07:00
parent 183622ae61
commit 652e400b57

View file

@ -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)' : ''}"