mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 04:18:11 -08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b89ce8303 | ||
|
|
f2e23626cf |
@@ -36,7 +36,7 @@ local os = os;
|
||||
local ValueType = ValueType;
|
||||
local package = package;
|
||||
|
||||
this.version = "2.6.1";
|
||||
this.version = "2.6.2";
|
||||
|
||||
this.config_folder = "MHR Overlay\\configs\\";
|
||||
this.current_config_value_file_name = "MHR Overlay\\config.json";
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user