feat: add return CSS error option and update related functionality
This commit is contained in:
@@ -196,6 +196,10 @@
|
||||
<Check bind:check={DBState.db.checkCorruption} name={language.checkCorruption}>
|
||||
</Check>
|
||||
</div>
|
||||
<div class="flex items-center mt-4">
|
||||
<Check bind:check={DBState.db.returnCSSError} name={language.returnCSSError}>
|
||||
</Check>
|
||||
</div>
|
||||
{#if DBState.db?.account?.useSync}
|
||||
<div class="flex items-center mt-4">
|
||||
<Check bind:check={DBState.db.lightningRealmImport} name={"Lightning Realm Import"}>
|
||||
|
||||
Reference in New Issue
Block a user