Fix part names not changing localization

This commit is contained in:
GreenComfyTea
2023-05-26 12:15:19 +03:00
parent 72ca959581
commit 20dfde17d4
3 changed files with 11 additions and 2 deletions

View File

@@ -838,6 +838,7 @@ function this.draw_global_settings(apply_font_requested, language_changed)
if changed then
cached_config.language = language.language_names[index];
language.update(index);
part_names.init();
this.init();
language_changed = true;