Modify some parts of PR

This commit is contained in:
Kwaroran
2025-01-06 00:30:33 +09:00
parent c0e1311568
commit 2ec13a4550
7 changed files with 43 additions and 17 deletions

View File

@@ -192,6 +192,10 @@
<Help key="dynamicAssets"/>
</Check>
</div>
<div class="flex items-center mt-4">
<Check bind:check={DBState.db.checkCorruption} name={language.checkCorruption}>
</Check>
</div>
{#if DBState.db?.account?.useSync}
<div class="flex items-center mt-4">
<Check bind:check={DBState.db.lightningRealmImport} name={"Lightning Realm Import"}>

View File

@@ -304,6 +304,10 @@
<Check bind:check={DBState.db.showSavingIcon} name={language.showSavingIcon}/>
</div>
<div class="flex items-center mt-2">
<Check bind:check={DBState.db.showPromptComparison} name={language.showPromptComparison}/>
</div>
{#if DBState.db.textScreenBorder}
<div class="flex items-center mt-2">
<Check check={true} onChange={() => {