fix as per review
This commit is contained in:
parent
6a03980db6
commit
12d3ab92af
|
@ -3253,11 +3253,11 @@
|
|||
<input id="messageModelIconEnabled" type="checkbox" />
|
||||
<span data-i18n="Model Icon">Model Icons</span>
|
||||
</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" />
|
||||
<span data-i18n="Message IDs">Message IDs</span>
|
||||
</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" />
|
||||
<span data-i18n="Show Message Token Count">Message Token Count</span>
|
||||
</label>
|
||||
|
@ -3309,9 +3309,9 @@
|
|||
<input id="restore_user_input" type="checkbox" />
|
||||
<span data-i18n="Restore User Input">Restore User Input</span>
|
||||
</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" />
|
||||
<span data-i18n="Movable UI Panels">MovingUI</span>
|
||||
<span data-i18n="Movable UI Panels">MovingUI <i class="fa-solid fa-desktop"></i></span>
|
||||
</label>
|
||||
<div data-newbie-hidden id="MovingUI-presets-block" class="flex-container alignitemscenter">
|
||||
<div class="flex-container alignitemscenter">
|
||||
|
@ -3412,9 +3412,9 @@
|
|||
</span>
|
||||
</label>
|
||||
<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" />
|
||||
<span data-i18n="Swipes">Swipes</span>
|
||||
<span data-i18n="Swipes">Swipes <i class="fa-solid fa-desktop"></i> <i class="fa-solid fa-mobile-screen-button"></i></span>
|
||||
</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.">
|
||||
<input id="gestures-checkbox" type="checkbox" />
|
||||
|
|
Loading…
Reference in New Issue