add custom titles (tooltips) to QR buttons

This commit is contained in:
LenAnderson
2023-12-07 12:20:02 +00:00
parent 3b364916df
commit a1bfca78b3
2 changed files with 10 additions and 1 deletions

View File

@ -40,5 +40,10 @@
<span><i class="fa-solid fa-fw fa-message"></i> Execute on opening chat</span>
</label>
</div>
<h3><strong>UI Options</strong></h3>
<div class="flex-container flexFlowColumn">
<label for="quickReply_ui_title">Title (tooltip, leave empty to show the message or /command)</label>
<input type="text" class="text_pole" id="quickReply_ui_title">
</div>
</div>
</div>