1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

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

This commit is contained in:
Hilderin
2024-06-14 01:15:05 -04:00
parent 680e489189
commit df10fdc367

View File

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