Add hidden/invisible/auto-exec only QR buttons

This commit is contained in:
Cohee
2023-11-24 13:50:42 +02:00
parent 720da5649b
commit f1d375c2ba
3 changed files with 20 additions and 4 deletions

View File

@@ -27,6 +27,10 @@
<input type="checkbox" id="quickReply_autoExecute_botMessage" >
<span><i class="fa-solid fa-fw fa-robot"></i> Execute on AI message</span>
</label>
<label class="checkbox_label" for="quickReply_hidden">
<input type="checkbox" id="quickReply_hidden" >
<span><i class="fa-solid fa-fw fa-eye-slash"></i> Invisible (auto-execute only)</span>
</label>
</div>
</div>
</div>