change of the ugly "AUTO" button to the ∞
<3
This commit is contained in:
parent
f4d19e7ba7
commit
e2738a7ffa
2 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<h3 class="queue-header-text">Queue</h3>
|
||||
</div>
|
||||
<div class="col-auto flex-center">
|
||||
<button class="autoplay" :style="{'background': app.mk.autoplayEnabled ? 'var(--keyColor)' : ''}" @click="app.mk.autoplayEnabled = !app.mk.autoplayEnabled">AUTO</button>
|
||||
<button class="autoplay" :style="{'background': app.mk.autoplayEnabled ? 'var(--keyColor)' : ''}" @click="app.mk.autoplayEnabled = !app.mk.autoplayEnabled">∞</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="queue-body">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue