[feat] hypa toggle

This commit is contained in:
kwaroran
2023-08-06 19:23:28 +09:00
parent 151b06101b
commit 6ef1807ac6
3 changed files with 19 additions and 6 deletions

View File

@@ -84,9 +84,15 @@
</div>
{#if $DataBase.supaMemoryType !== 'none'}
<div class="flex mt-2 items-center">
<CheckInput bind:check={chara.supaMemory} name={language.ToggleSuperMemory}/>
</div>
{#if $DataBase.hypaMemory}
<div class="flex mt-2 items-center">
<CheckInput bind:check={chara.supaMemory} name={language.ToggleHypaMemory}/>
</div>
{:else}
<div class="flex mt-2 items-center">
<CheckInput bind:check={chara.supaMemory} name={language.ToggleSuperMemory}/>
</div>
{/if}
{/if}
</div>