change of the ugly "AUTO" button to the ∞

<3
This commit is contained in:
Onur Gümüş 2022-01-15 22:02:51 +03:00
parent f4d19e7ba7
commit e2738a7ffa
2 changed files with 3 additions and 1 deletions

View file

@ -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">