We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d3a6e commit c1ec8a6Copy full SHA for c1ec8a6
tagstudio/src/qt/modals/about.py
@@ -45,6 +45,7 @@ def __init__(self, config_path):
45
self.content_widget = QLabel()
46
self.content_widget.setObjectName("contentLabel")
47
self.content_widget.setWordWrap(True)
48
+ self.content_widget.setOpenExternalLinks(True)
49
ff_version = self.fc.version()
50
ffmpeg = '<span style="color:red">Missing</span>'
51
if ff_version["ffmpeg"] is not None:
0 commit comments