optionaize api key hiding

This commit is contained in:
kwaroran
2024-08-24 15:49:41 +09:00
parent 7603c60134
commit 628b17510d
4 changed files with 19 additions and 12 deletions

View File

@@ -428,6 +428,7 @@ export function setDatabase(data:Database){
negInputName: 'text',
timeout: 30
}
data.hideApiKey ??= true
changeLanguage(data.language)
DataBase.set(data)
@@ -710,6 +711,7 @@ export interface Database{
comfyUiUrl: string
useLegacyGUI: boolean
claudeCachingExperimental: boolean
hideApiKey: boolean
}
export interface customscript{