Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug when downloading export templates and re-opening the template manager #93148

Merged

Conversation

Hilderin
Copy link
Contributor

Fixes #93121

The problem was caused by a call to _download_template when is_downloading_templates is true in _refresh_mirrors_completed which was triggered by _refresh_mirrors in popup_manager.

So preventing a refresh of mirrors at the opening of the Export templates manager fixed the problem.

@Chaosus Chaosus added this to the 4.3 milestone Jun 14, 2024
@akien-mga akien-mga changed the title Fix Bug when downloading export templates and re-open the template manager Fix bug when downloading export templates and re-opening the template manager Jun 14, 2024
Copy link
Member

@akien-mga akien-mga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested, works great!

@akien-mga akien-mga merged commit 68142d1 into godotengine:master Jun 14, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

@lostminds
Copy link

Did this also fix #91448? Sounds like the same bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug when downloading export templates and re-open the template manager
4 participants