Change icon for derivation

This commit is contained in:
Cohee 2024-11-23 16:01:05 +02:00
parent 8ed6439da2
commit 50922c11fa
1 changed files with 2 additions and 2 deletions

View File

@ -3302,7 +3302,7 @@
<div class="flex-container">
<label for="context_derived" class="checkbox_label flex1" title="Derive from Model Metadata, if possible." data-i18n="[title]context_derived">
<input id="context_derived" type="checkbox" style="display:none;" />
<small><i class="fa-solid fa-tree menu_button margin0"></i></small>
<small><i class="fa-solid fa-bolt menu_button margin0"></i></small>
</label>
</div>
</h4>
@ -3404,7 +3404,7 @@
<div class="flex-container">
<label for="instruct_derived" class="checkbox_label flex1" title="Derive from Model Metadata, if possible." data-i18n="[title]instruct_derived">
<input id="instruct_derived" type="checkbox" style="display:none;" />
<small><i class="fa-solid fa-tree menu_button margin0"></i></small>
<small><i class="fa-solid fa-bolt menu_button margin0"></i></small>
</label>
<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;" />