Modify some parts of PR
This commit is contained in:
@@ -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"}>
|
||||
|
||||
@@ -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={() => {
|
||||
|
||||
Reference in New Issue
Block a user