Solved hypav2 not implemented as expected

The github isn't updating codebase correctly!!!
This commit is contained in:
LightningHyperBlaze45654
2024-06-12 17:00:13 -07:00
parent 22f08e2024
commit 0e70869b88
4 changed files with 16 additions and 11 deletions

View File

@@ -904,12 +904,12 @@
<span> <Help key="utilityBot" name={language.utilityBot}/></span>
</div>
{#if $DataBase.supaMemoryType === 'hypaV2'}
{#if $DataBase.supaMemoryType !== 'none' && $DataBase.hypav2}
<Button
on:click={() => {
currentChar.data.chats[currentChar.data.chatPage].hypaV2Data ??= {
chunks: [],
mainChunks: []
mainChunks: []
}
showHypaV2Alert()
}}