Formatting

This commit is contained in:
GreenComfyTea
2023-05-25 12:32:46 +03:00
parent cd2aa12d3c
commit 72ca959581

View File

@@ -449,7 +449,7 @@ function this.draw()
if this.menu_font_changed and (apply_font_requested or config_changed) then if this.menu_font_changed and (apply_font_requested or config_changed) then
this.menu_font_changed = false; this.menu_font_changed = false;
this.reload_font(false); this.reload_font();
end end
if modules_changed or global_settings_changed or small_monster_UI_changed or large_monster_dynamic_UI_changed or if modules_changed or global_settings_changed or small_monster_UI_changed or large_monster_dynamic_UI_changed or
@@ -2293,7 +2293,7 @@ function this.init_module()
module_visibility_customization = require("MHR_Overlay.UI.Customizations.module_visibility_customization"); module_visibility_customization = require("MHR_Overlay.UI.Customizations.module_visibility_customization");
this.init(); this.init();
this.reload_font(false); this.reload_font();
end end
return this; return this;