Tooltips for instruct mode toggles

7b576c8067fd40c5bd503ecaf5eb049f573f1ded

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +3 -3Showing whitespace changes
public/index.html+3 -3
@@ -3201,13 +3201,13 @@
3201 </a>3201 </a>
3202 </div>3202 </div>
3203 <div class="flex-container">3203 <div class="flex-container">
3204 <label for="instruct_enabled" class="checkbox_label flex1">3204 <label for="instruct_enabled" class="checkbox_label flex1" title="Enable Instruct Mode" data-i18n="[title]instruct_enabled">
3205 <input id="instruct_enabled" type="checkbox" style="display:none;" />3205 <input id="instruct_enabled" type="checkbox" style="display:none;" />
3206 <small><i class="fa-solid fa-power-off menu_button margin0"></i></small>3206 <small><i class="fa-solid fa-power-off menu_button margin0"></i></small>
3207 </label>3207 </label>
3208 <label for="instruct_bind_to_context" class="checkbox_label flex1" title="If enabled, Context templates will be automatically selected based on selected Instruct template name or by preference." data-i18n="[title]instruct_bind_to_context">3208 <label for="instruct_bind_to_context" class="checkbox_label flex1" title="Bind to Context&#10If enabled, Context templates will be automatically selected based on selected Instruct template name or by preference." data-i18n="[title]instruct_bind_to_context">
3209 <input id="instruct_bind_to_context" type="checkbox" style="display:none;" />3209 <input id="instruct_bind_to_context" type="checkbox" style="display:none;" />
3210 <small><i class="fa-solid fa-link menu_button margin0" title="If enabled, Context templates will be automatically selected based on selected Instruct template name or by preference."></i></small>3210 <small><i class="fa-solid fa-link menu_button margin0"></i></small>
3211 </label>3211 </label>
3212 </div>3212 </div>
3213 </h4>3213 </h4>