Addon Manager: Improve macro readme rendering

This commit is contained in:
Chris Hennes
2024-01-24 21:14:45 -06:00
committed by Chris Hennes
parent d646904ca7
commit ec545b4cec
2 changed files with 150 additions and 13 deletions

View File

@@ -49,8 +49,6 @@ except ImportError:
translate = fci.translate
show_javascript_console_output = False
class PackageDetails(QtWidgets.QWidget):
"""The PackageDetails QWidget shows package README information and provides
@@ -90,7 +88,7 @@ class PackageDetails(QtWidgets.QWidget):
# If this is the same repo we were already showing, we do not have to do the
# expensive refetch unless reload is true
if self.repo != repo or reload:
if True or self.repo != repo or reload:
self.repo = repo
if self.worker is not None: