Add noWaitForTranslate options

This commit is contained in:
kwaroran
2024-03-25 20:22:59 +09:00
parent a70a10607f
commit 09d9ff6933

View File

@@ -74,6 +74,9 @@
<div class="flex items-center mt-4">
<Check bind:check={$DataBase.newOAIHandle} name={language.newOAIHandle}/>
</div>
<div class="flex items-center mt-4">
<Check bind:check={$DataBase.noWaitForTranslate} name={language.noWaitForTranslate}/>
</div>
<div class="flex items-center mt-4">
<Check bind:check={$DataBase.allowAllExtentionFiles} name="Allow all in file select"/>
</div>