Addon Manager: Fix README fetch for macros

When no macro metadata is downloaded, the macro has no URL yet.
This commit is contained in:
Chris Hennes
2024-03-10 21:19:21 -05:00
committed by Yorik van Havre
parent ee50a0474f
commit 87fb94342f
2 changed files with 11 additions and 0 deletions

View File

@@ -267,3 +267,6 @@ class PackageDetailsController(QtCore.QObject):
def display_repo_status(self, addon):
self.update_status.emit(self.addon)
self.show_repo(self.addon)
def macro_readme_updated(self):
self.show_repo(self.addon)