[feat] added streaming partly

This commit is contained in:
kwaroran
2023-05-17 03:11:34 +09:00
parent 502ffa7314
commit 7ea4945088
5 changed files with 29 additions and 5 deletions

View File

@@ -407,6 +407,7 @@ export interface Database{
useExperimental:boolean
showMemoryLimit:boolean
roundIcons:boolean
useStreaming:boolean
}