Tooltips for instruct mode toggles

7b576c8067fd40c5bd503ecaf5eb049f573f1ded

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +3 -3Ignore whitespace
public/index.html+3 -3
@@ -3201,13 +3201,13 @@
32013201 </a>
32023202 </div>
32033203 <div class="flex-container">
32043204 <label for="instruct_enabled" class="checkbox_label flex1" title="Enable Instruct Mode" data-i18n="[title]instruct_enabled">
32053205 <input id="instruct_enabled" type="checkbox" style="display:none;" />
32063206 <small><i class="fa-solid fa-power-off menu_button margin0"></i></small>
32073207 </label>
32083208 <label for="instruct_bind_to_context" class="checkbox_label flex1" title="IfBind 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">
32093209 <input id="instruct_bind_to_context" type="checkbox" style="display:none;" />
32103210 <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>
32113211 </label>
32123212 </div>
32133213 </h4>