浏览代码

Fix Bug when downloading export templates and re-open the template manager #93121

Hilderin 1 年之前
父节点
当前提交
df10fdc367
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      editor/export/export_template_manager.cpp

+ 1 - 1
editor/export/export_template_manager.cpp

@@ -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);