Fix harunaimemory enable

This commit is contained in:
kwaroran
2024-04-23 23:07:09 +09:00
parent 445af3ef43
commit 4b953d1f2b

View File

@@ -248,8 +248,12 @@
<Check bind:check={$DataBase.jailbreakToggle} name={language.jailbreakToggle}/>
</div>
{#if $DataBase.supaMemoryType !== 'none'}
{#if $DataBase.hypaMemory}
{#if $DataBase.supaMemoryType !== 'none' || $DataBase.hanuraiEnable}
{#if $DataBase.hanuraiEnable}
<div class="flex mt-2 items-center">
<Check bind:check={currentChar.data.supaMemory} name={ language.hanuraiMemory}/>
</div>
{:else if $DataBase.hypaMemory}
<div class="flex mt-2 items-center">
<Check bind:check={currentChar.data.supaMemory} name={ language.ToggleHypaMemory}/>
</div>