feat: add option to show translation loading
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user