remove: random lorebook
This commit is contained in:
@@ -107,16 +107,6 @@
|
|||||||
<Help key="useRegexLorebook" name={language.useRegexLorebook}/>
|
<Help key="useRegexLorebook" name={language.useRegexLorebook}/>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
{#if !lorePlus}
|
|
||||||
<div class="flex items-center mt-2 mb-6">
|
|
||||||
{#if value.activationPercent === undefined || value.activationPercent === null}
|
|
||||||
<Check name={language.loreRandomActivation} check={false} onChange={() => {value.activationPercent = 50}}/>
|
|
||||||
{:else}
|
|
||||||
<Check name={language.loreRandomActivation} check={true} onChange={() => {value.activationPercent = null}}/>
|
|
||||||
{/if}
|
|
||||||
<span><Help name={language.loreRandomActivation} key="loreRandomActivation"/></span>
|
|
||||||
</div>
|
|
||||||
{/if}
|
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user