[feat] added bot setting at start config

This commit is contained in:
kwaroran
2023-07-27 06:10:27 +09:00
parent 257093d253
commit e280d4c53f
4 changed files with 14 additions and 4 deletions

View File

@@ -26,6 +26,10 @@
<Check bind:check={$DataBase.clickToEdit} name={language.clickToEdit}/>
</div>
<div class="flex items-center mt-2">
<Check bind:check={$DataBase.botSettingAtStart} name={language.botSettingAtStart}/>
</div>
<div class="flex items-center mt-2">
<Check bind:check={$DataBase.toggleConfirmRecommendedPreset} name={language.toggleConfirmRecommendedPreset}/>
</div>