Addon Manager: Fix README fetch for macros
When no macro metadata is downloaded, the macro has no URL yet.
This commit is contained in:
committed by
Yorik van Havre
parent
ee50a0474f
commit
87fb94342f
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user