Skip to content

Commit

Permalink
feat(ui): clickable links in about section (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeleyM authored Feb 14, 2025
1 parent 69d3a6e commit c1ec8a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tagstudio/src/qt/modals/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '<span style="color:red">Missing</span>'
if ff_version["ffmpeg"] is not None:
Expand Down

0 comments on commit c1ec8a6

Please sign in to comment.