[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

@@ -485,6 +485,7 @@ export interface Database{
}
globalscript: customscript[]
sendWithEnter:boolean
clickToEdit: boolean
}