feat: add option to show Hypa modal button in chat menu
- feat: add accessibility setting to control visibility of Hypa V2/V3 modal button in chat menu - feat: add summarization condition tip to HypaV3 modal
This commit is contained in:
@@ -43,6 +43,10 @@
|
||||
<Check bind:check={DBState.db.showMenuChatList} name={language.showMenuChatList}/>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center mt-2">
|
||||
<Check bind:check={DBState.db.showMenuHypaMemoryModal} name={language.showMenuHypaMemoryModal}/>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center mt-2">
|
||||
<Check bind:check={DBState.db.goCharacterOnImport} name={language.goCharacterOnImport}/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user