From c1ec8a665067bb2ec84b465bef3f4f9ddee80af0 Mon Sep 17 00:00:00 2001 From: SkeleyM <86805089+SkeleyM@users.noreply.github.com> Date: Fri, 14 Feb 2025 17:32:00 +0000 Subject: [PATCH] feat(ui): clickable links in about section (#799) --- tagstudio/src/qt/modals/about.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tagstudio/src/qt/modals/about.py b/tagstudio/src/qt/modals/about.py index ec1f8146..7e04e338 100644 --- a/tagstudio/src/qt/modals/about.py +++ b/tagstudio/src/qt/modals/about.py @@ -45,6 +45,7 @@ class AboutModal(QWidget): 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: