Skip to content

Commit

Permalink
Fix Bug when downloading export templates and re-open the template ma…
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilderin committed Jun 14, 2024
1 parent 680e489 commit df10fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/export/export_template_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ void ExportTemplateManager::_open_template_folder(const String &p_version) {

void ExportTemplateManager::popup_manager() {
_update_template_status();
if (downloads_available) {
if (downloads_available && !is_downloading_templates) {
_refresh_mirrors();
}
popup_centered(Size2(720, 280) * EDSCALE);
Expand Down

0 comments on commit df10fdc

Please sign in to comment.