mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 04:18:11 -08:00
Formatting
This commit is contained in:
@@ -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;
|
||||||
Reference in New Issue
Block a user