Move new expression settings, add tooltip

7063af73637a8a2b239890855c391650ed4daca2

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +9 -11Showing whitespace changes
public/scripts/extensions/expressions/settings.html+9 -11
@@ -6,7 +6,7 @@
6 </div>6 </div>
77
8 <div class="inline-drawer-content">8 <div class="inline-drawer-content">
9 <label class="checkbox_label" for="expression_translate" title="Use the selected API from Chat Translation extension settings.">9 <label class="checkbox_label" for="expression_translate" title="Use the selected API from Chat Translation extension settings." data-i18n="[title]Use the selected API from Chat Translation extension settings.">
10 <input id="expression_translate" type="checkbox">10 <input id="expression_translate" type="checkbox">
11 <span data-i18n="Translate text to English before classification">Translate text to English before classification</span>11 <span data-i18n="Translate text to English before classification">Translate text to English before classification</span>
12 </label>12 </label>
@@ -14,6 +14,14 @@
14 <input id="expressions_show_default" type="checkbox">14 <input id="expressions_show_default" type="checkbox">
15 <span data-i18n="Show default images (emojis) if sprite missing">Show default images (emojis) if sprite missing</span>15 <span data-i18n="Show default images (emojis) if sprite missing">Show default images (emojis) if sprite missing</span>
16 </label>16 </label>
17 <label class="checkbox_label" for="expressions_allow_multiple" title="A single expression can have multiple sprites. Whenever the expression is chosen, a random sprite for this expression will be selected." data-i18n="[title]A single expression can have multiple sprites. Whenever the expression is chosen, a random sprite for this expression will be selected.">
18 <input id="expressions_allow_multiple" type="checkbox">
19 <span data-i18n="Allow multiple sprites per expression">Allow multiple sprites per expression</span>
20 </label>
21 <label class="checkbox_label" for="expressions_reroll_if_same" title="If the same expression is used again, re-roll the sprite. This only applies to expressions that have multiple available sprites assigned." data-i18n="[title]If the same expression is used again, re-roll the sprite. This only applies to expressions that have multiple available sprites assigned.">
22 <input id="expressions_reroll_if_same" type="checkbox">
23 <span data-i18n="Re-roll if same expression is used again">Re-roll if same sprite is used again</span>
24 </label>
17 <label id="image_type_block" class="checkbox_label" for="image_type_toggle">25 <label id="image_type_block" class="checkbox_label" for="image_type_toggle">
18 <input id="image_type_toggle" type="checkbox">26 <input id="image_type_toggle" type="checkbox">
19 <span data-i18n="Image Type - talkinghead (extras)">Image Type - talkinghead (extras)</span>27 <span data-i18n="Image Type - talkinghead (extras)">Image Type - talkinghead (extras)</span>
@@ -52,16 +60,6 @@
52 <i id="expression_custom_remove" class="menu_button fa-solid fa-xmark margin0" title="Remove"></i>60 <i id="expression_custom_remove" class="menu_button fa-solid fa-xmark margin0" title="Remove"></i>
53 </div>61 </div>
54 </div>62 </div>
55 <div class="m-b-1 m-t-1">
56 <label class="checkbox_label" for="expressions_allow_multiple">
57 <input id="expressions_allow_multiple" type="checkbox">
58 <span data-i18n="Allow multiple files per expression">Allow multiple files per expression</span>
59 </label>
60 <label class="checkbox_label" for="expressions_reroll_if_same">
61 <input id="expressions_reroll_if_same" type="checkbox">
62 <span data-i18n="Re-roll if same expression is used again">Re-roll if same expression is used again</span>
63 </label>
64 </div>
65 <div id="no_chat_expressions" data-i18n="Open a chat to see the character expressions.">63 <div id="no_chat_expressions" data-i18n="Open a chat to see the character expressions.">
66 Open a chat to see the character expressions.64 Open a chat to see the character expressions.
67 </div>65 </div>