Add disable quote formating option

This commit is contained in:
kwaroran
2024-08-24 15:57:57 +09:00
parent 628b17510d
commit d38a9f3d85
6 changed files with 26 additions and 9 deletions

View File

@@ -429,6 +429,7 @@ export function setDatabase(data:Database){
timeout: 30
}
data.hideApiKey ??= true
data.unformatQuotes ??= false
changeLanguage(data.language)
DataBase.set(data)
@@ -712,6 +713,7 @@ export interface Database{
useLegacyGUI: boolean
claudeCachingExperimental: boolean
hideApiKey: boolean
unformatQuotes: boolean
}
export interface customscript{