feat: add return CSS error option and update related functionality

This commit is contained in:
Kwaroran
2025-02-19 11:12:12 +09:00
parent a5d2b4589c
commit 6177957c64
4 changed files with 11 additions and 1 deletions

View File

@@ -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"}>