Fix creating DEFAULT file in /data/ when no config

This commit is contained in:
GreenComfyTea
2023-10-24 10:15:19 +03:00
parent 8a55873e14
commit f2e23626cf

View File

@@ -9215,7 +9215,7 @@ function this.load_configs()
table.insert(this.config_names, this.current_config_name);
table.insert(this.configs, this.current_config);
this.save(this.current_config_name, this.current_config);
this.save(string.format("%s\\%s.json", this.config_folder, this.current_config_name), this.current_config);
end
this.save_current_config_name();