Add autoplay toggle, fix notes not being skipped on autoplay

This commit is contained in:
LoveEevee
2018-10-15 02:18:01 +03:00
parent 925e6b44bd
commit 0e1283c537
4 changed files with 40 additions and 9 deletions

View File

@@ -10,6 +10,7 @@
<span class="reset">x</span><input type="text" value="" readonly><span class="minus">-</span><span class="plus">+</span>
</div>
<label><input class="change-restart" type="checkbox">Restart on change</label>
<label class="autoplay-label"><input class="autoplay" type="checkbox">Auto play</label>
<div class="bottom-btns">
<div class="restart-btn">Restart song</div>
<div class="exit-btn">Exit debug</div>