fix: remove dupilacted nai settings input

This commit is contained in:
niceandneat
2025-05-17 10:15:57 +09:00
parent 0a792db7c2
commit 74a463793d
2 changed files with 1 additions and 16 deletions

View File

@@ -310,9 +310,6 @@ export function setDatabase(data:Database){
legacy_uc:false,
};
}
if(checkNullish(data.NAIImgConfig.cfg_rescale)){
data.NAIImgConfig.cfg_rescale = 0;
}
if(checkNullish(data.customTextTheme)){
data.customTextTheme = {
FontColorStandard: "#f8f8f2",