Skip to content

Commit c1ec8a6

Browse files
authored
feat(ui): clickable links in about section (#799)
1 parent 69d3a6e commit c1ec8a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tagstudio/src/qt/modals/about.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def __init__(self, config_path):
4545
self.content_widget = QLabel()
4646
self.content_widget.setObjectName("contentLabel")
4747
self.content_widget.setWordWrap(True)
48+
self.content_widget.setOpenExternalLinks(True)
4849
ff_version = self.fc.version()
4950
ffmpeg = '<span style="color:red">Missing</span>'
5051
if ff_version["ffmpeg"] is not None:

0 commit comments

Comments
 (0)