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 @@
32873287 </a>
32883288 </div>
32893289 <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>
32943290 <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">
32953291 <input id="instruct_bind_to_context" type="checkbox" style="display:none;" />
32963292 <small><i class="fa-solid fa-link menu_button margin0"></i></small>
32973293 </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>
32983298 </div>
32993299 </h4>
33003300