clarify QR popout only possible on desktop

This commit is contained in:
RossAscends
2024-10-12 06:01:44 +09:00
parent d772d24052
commit 5d6d7568c3

View File

@ -12,7 +12,7 @@
<input type="checkbox" id="qr--isCombined"><span data-i18n="Combine Quick Replies">Combine Quick Replies</span> <input type="checkbox" id="qr--isCombined"><span data-i18n="Combine Quick Replies">Combine Quick Replies</span>
</label> </label>
<label class="flex-container"> <label class="flex-container">
<input type="checkbox" id="qr--showPopoutButton"><span data-i18n="Show Popout Button">Show Popout Button</span> <input type="checkbox" id="qr--showPopoutButton"><span data-i18n="Show Popout Button">Show Popout Button (on Desktop)</span>
</label> </label>
<hr> <hr>