pikvm/pikvm#63: added loop mode for macro

This commit is contained in:
Devaev Maxim
2020-09-11 07:00:56 +03:00
parent 401263fea3
commit 9b3f197506
3 changed files with 30 additions and 1 deletions

View File

@@ -354,6 +354,18 @@
</tr>
</table>
<hr>
<table class="kv">
<tr>
<td>Infinite loop playback:</td>
<td colspan="2">
<div class="switch-box">
<input disabled type="checkbox" id="hid-recorder-loop-checkbox">
<label for="hid-recorder-loop-checkbox"><span class="switch-inner"></span><span class="switch"></span></label>
</div>
</td>
</tr>
</table>
<hr>
<input type="file" id="hid-recorder-new-script-file">
<div class="buttons buttons-row">
<button class="row50" disabled id="hid-recorder-upload">Upload script</button>