Swap bind and enabled for instruct

45e92fdf201699d6ce7c5260a0b9efb86c068595

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +4 -4Ignore whitespace
public/index.html+4 -4
@@ -3287,14 +3287,14 @@
3287 </a>3287 </a>
3288 </div>3288 </div>
3289 <div class="flex-container">3289 <div class="flex-container">
3290 <label for="instruct_enabled" class="checkbox_label flex1" title="Enable Instruct Mode" data-i18n="[title]instruct_enabled">
3291 <input id="instruct_enabled" type="checkbox" style="display:none;" />
3292 <small><i class="fa-solid fa-power-off menu_button margin0"></i></small>
3293 </label>
3294 <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">3290 <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">
3295 <input id="instruct_bind_to_context" type="checkbox" style="display:none;" />3291 <input id="instruct_bind_to_context" type="checkbox" style="display:none;" />
3296 <small><i class="fa-solid fa-link menu_button margin0"></i></small>3292 <small><i class="fa-solid fa-link menu_button margin0"></i></small>
3297 </label>3293 </label>
3294 <label for="instruct_enabled" class="checkbox_label flex1" title="Enable Instruct Mode" data-i18n="[title]instruct_enabled">
3295 <input id="instruct_enabled" type="checkbox" style="display:none;" />
3296 <small><i class="fa-solid fa-power-off menu_button margin0"></i></small>
3297 </label>
3298 </div>3298 </div>
3299 </h4>3299 </h4>
33003300