[feat] add click to edit

This commit is contained in:
kwaroran
2023-05-26 05:36:56 +09:00
parent 549cdf3487
commit fe0a40d79d
5 changed files with 17 additions and 3 deletions

View File

@@ -25,3 +25,8 @@
<Check bind:check={$DataBase.sendWithEnter}/>
<span>{language.sendWithEnter}</span>
</div>
<div class="flex items-center mt-2">
<Check bind:check={$DataBase.clickToEdit}/>
<span>{language.clickToEdit}</span>
</div>