Add restart and exit buttons, add restart shortcut, fix restarting on specific measures

This commit is contained in:
LoveEevee
2018-10-15 01:00:40 +03:00
parent d4f242a236
commit 925e6b44bd
5 changed files with 66 additions and 10 deletions

View File

@@ -10,4 +10,8 @@
<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>
<div class="bottom-btns">
<div class="restart-btn">Restart song</div>
<div class="exit-btn">Exit debug</div>
</div>
</div>