fix as per review

This commit is contained in:
Juha Jeronen 2024-01-24 00:32:17 +02:00
parent 6a03980db6
commit 12d3ab92af
1 changed files with 6 additions and 6 deletions

View File

@ -3253,11 +3253,11 @@
<input id="messageModelIconEnabled" type="checkbox" /> <input id="messageModelIconEnabled" type="checkbox" />
<span data-i18n="Model Icon">Model Icons</span> <span data-i18n="Model Icon">Model Icons</span>
</label> </label>
<label data-newbie-hidden for="mesIDDisplayEnabled" class="checkbox_label" title="Show message numbers in the chat log." data-i18n="Show message numbers in the chat log."> <label data-newbie-hidden for="mesIDDisplayEnabled" class="checkbox_label" title="Show sequential message numbers in the chat log." data-i18n="Show sequential message numbers in the chat log.">
<input id="mesIDDisplayEnabled" type="checkbox" /> <input id="mesIDDisplayEnabled" type="checkbox" />
<span data-i18n="Message IDs">Message IDs</span> <span data-i18n="Message IDs">Message IDs</span>
</label> </label>
<label data-newbie-hidden for="messageTokensEnabled" class="checkbox_label" title="Show the number of tokens in each message in the chat log." data-i18n="[title]Show the number of tokens in each message in the chat log."> <label data-newbie-hidden for="messageTokensEnabled" class="checkbox_label" title="Show the number of tokens for each message in the chat log." data-i18n="[title]Show the number of tokens in each message in the chat log.">
<input id="messageTokensEnabled" type="checkbox" /> <input id="messageTokensEnabled" type="checkbox" />
<span data-i18n="Show Message Token Count">Message Token Count</span> <span data-i18n="Show Message Token Count">Message Token Count</span>
</label> </label>
@ -3309,9 +3309,9 @@
<input id="restore_user_input" type="checkbox" /> <input id="restore_user_input" type="checkbox" />
<span data-i18n="Restore User Input">Restore User Input</span> <span data-i18n="Restore User Input">Restore User Input</span>
</label> </label>
<label data-newbie-hidden id="movingUIModeCheckBlock" for="movingUImode" class="checkbox_label" title="Allow repositioning certain UI elements by dragging them." data-i18n="[title]Allow repositioning certain UI elements by dragging them."> <label data-newbie-hidden id="movingUIModeCheckBlock" for="movingUImode" class="checkbox_label" title="Allow repositioning certain UI elements by dragging them. PC only, no effect on mobile." data-i18n="[title]Allow repositioning certain UI elements by dragging them. PC only, no effect on mobile.">
<input id="movingUImode" type="checkbox" /> <input id="movingUImode" type="checkbox" />
<span data-i18n="Movable UI Panels">MovingUI</span> <span data-i18n="Movable UI Panels">MovingUI&nbsp;<i class="fa-solid fa-desktop"></i></span>
</label> </label>
<div data-newbie-hidden id="MovingUI-presets-block" class="flex-container alignitemscenter"> <div data-newbie-hidden id="MovingUI-presets-block" class="flex-container alignitemscenter">
<div class="flex-container alignitemscenter"> <div class="flex-container alignitemscenter">
@ -3412,9 +3412,9 @@
</span> </span>
</label> </label>
<div class="checkbox-container flex-container"> <div class="checkbox-container flex-container">
<label data-newbie-hidden class="checkbox_label" for="swipes-checkbox" title="Allow generating alternative responses from the AI before choosing which one to commit. Shows arrow buttons next to the AI's last message. Both PC and mobile." data-i18n="[title]Allow generating alternative responses from the AI before choosing which one to commit. Shows arrow buttons next to the AI's last message. Both PC and mobile."> <label data-newbie-hidden class="checkbox_label" for="swipes-checkbox" title="Show arrow buttons on the last in-chat message to generate alternative AI responses. Both PC and mobile." data-i18n="[title]Show arrow buttons on the last in-chat message to generate alternative AI responses. Both PC and mobile.">
<input id="swipes-checkbox" type="checkbox" /> <input id="swipes-checkbox" type="checkbox" />
<span data-i18n="Swipes">Swipes</span> <span data-i18n="Swipes">Swipes&nbsp;<i class="fa-solid fa-desktop"></i>&nbsp;<i class="fa-solid fa-mobile-screen-button"></i></span>
</label> </label>
<label data-newbie-hidden class="checkbox_label" for="gestures-checkbox" title="Allow using swiping gestures on the last in-chat message to trigger swipe generation. Mobile only, no effect on PC.", data-i18n="[title]Allow using swiping gestures on the last in-chat message to trigger swipe generation. Mobile only, no effect on PC."> <label data-newbie-hidden class="checkbox_label" for="gestures-checkbox" title="Allow using swiping gestures on the last in-chat message to trigger swipe generation. Mobile only, no effect on PC.", data-i18n="[title]Allow using swiping gestures on the last in-chat message to trigger swipe generation. Mobile only, no effect on PC.">
<input id="gestures-checkbox" type="checkbox" /> <input id="gestures-checkbox" type="checkbox" />