feat: add option to show translation loading

This commit is contained in:
Bo26fhmC5M
2025-02-16 08:53:41 +09:00
parent 82527f2f7d
commit 1562f0549f
5 changed files with 12 additions and 1 deletions

View File

@@ -58,4 +58,8 @@
<div class="flex items-center mt-2">
<Check bind:check={DBState.db.bulkEnabling} name={language.bulkEnabling}/>
</div>
</div>
<div class="flex items-center mt-2">
<Check bind:check={DBState.db.showTranslationLoading} name={language.showTranslationLoading}/>
</div>