Added clear all to queue

This commit is contained in:
booploops 2021-12-16 01:55:30 -08:00
parent 4606f44496
commit 1151c06926
2 changed files with 8 additions and 0 deletions

View file

@ -32,6 +32,9 @@
</template>
</draggable>
</div>
<div class="queue-footer">
<button class="md-btn" style="width:100%;" v-if="queueItems.length > 1" @click="app.mk.clearQueue();updateQueue()">Clear All</button>
</div>
</div>
</script>