This commit is contained in:
GreenComfyTea
2023-01-14 15:17:33 +02:00
parent 667be5793e
commit a0a4df7b91

View File

@@ -355,7 +355,7 @@ function customization_menu.draw()
end
end
if customization_menu.menu_font_changed and apply_font_requested or config_changed then
if customization_menu.menu_font_changed and (apply_font_requested or config_changed) then
customization_menu.menu_font_changed = false;
customization_menu.reload_font(false);
end