Add delete all recordings button to web ui

This commit is contained in:
Sashanoraa
2025-04-03 00:08:11 -04:00
committed by Will Greenberg
parent 326d4106bd
commit c47be1074b
5 changed files with 41 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
<div>
<button onclick="startRecording()">Start Recording</button>
<button onclick="stopRecording()">Stop Recording</button>
<button onclick="deleteAllRecodings()">Delete All Recordings</button>
</div>
<table id="qmdl-manifest-table">
<thead>