add execute button to QR editor

This commit is contained in:
LenAnderson
2023-12-24 15:07:12 +00:00
parent de8dc7310f
commit 881a8e570f
4 changed files with 64 additions and 0 deletions

View File

@ -63,5 +63,17 @@
<span><i class="fa-solid fa-fw fa-message"></i> Execute on opening chat</span>
</label>
</div>
<h3>Testing</h3>
<div id="qr--modal-execute" class="menu_button" title="Execute the quick reply now">
<i class="fa-solid fa-play"></i>
Execute
</div>
<label class="checkbox_label">
<input type="checkbox" id="qr--modal-executeHide">
<span> Hide editor while executing</span>
</label>
<div id="qr--modal-executeErrors"></div>
</div>
</div>