diff --git a/tagstudio/src/qt/modals/about.py b/tagstudio/src/qt/modals/about.py index ec1f8146a..7e04e3383 100644 --- a/tagstudio/src/qt/modals/about.py +++ b/tagstudio/src/qt/modals/about.py @@ -45,6 +45,7 @@ def __init__(self, config_path): self.content_widget = QLabel() self.content_widget.setObjectName("contentLabel") self.content_widget.setWordWrap(True) + self.content_widget.setOpenExternalLinks(True) ff_version = self.fc.version() ffmpeg = 'Missing' if ff_version["ffmpeg"] is not None: