Tooltips for instruct mode toggles

This commit is contained in:
Wolfsblvt 2024-09-01 22:39:22 +02:00
parent e3b62523ea
commit 7b576c8067

View File

@ -3201,13 +3201,13 @@
</a>
</div>
<div class="flex-container">
<label for="instruct_enabled" class="checkbox_label flex1">
<label for="instruct_enabled" class="checkbox_label flex1" title="Enable Instruct Mode" data-i18n="[title]instruct_enabled">
<input id="instruct_enabled" type="checkbox" style="display:none;" />
<small><i class="fa-solid fa-power-off menu_button margin0"></i></small>
</label>
<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">
<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">
<input id="instruct_bind_to_context" type="checkbox" style="display:none;" />
<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>
<small><i class="fa-solid fa-link menu_button margin0"></i></small>
</label>
</div>
</h4>