Add loggen related stuff and fix bugs

This commit is contained in:
kwaroran
2024-11-05 20:15:17 +09:00
parent d02d17f177
commit 4f69bb8880
11 changed files with 795 additions and 9 deletions

View File

@@ -319,6 +319,10 @@
<Check bind:check={DBState.db.useChatCopy} name={language.useChatCopy}/>
</div>
<!-- <div class="flex items-center mt-2">
<Check bind:check={DBState.db.logShare} name={language.logShare}/>
</div> -->
<div class="flex items-center mt-2">
<Check bind:check={DBState.db.useAdditionalAssetsPreview} name={language.useAdditionalAssetsPreview}/>
</div>