Separate Dependency Initializations

This commit is contained in:
GreenComfyTea
2023-08-05 11:24:26 +03:00
parent 30672922c4
commit 4bdb4ee2e6
52 changed files with 284 additions and 72 deletions

View File

@@ -659,9 +659,11 @@ function this.update(index)
this.current_language = this.languages[index];
end
function this.init_module()
function this.init_dependencies()
utils = require("MHR_Overlay.Misc.utils");
end
function this.init_module()
this.save_default();
this.load();
this.current_language = this.default_language;