This commit is contained in:
Maxim Slipenko 2024-02-11 20:40:17 +03:00
parent e5c8d410ca
commit ae51b6e6f0

View File

@ -54,3 +54,4 @@ class UsageWindow(QMainWindow):
def onLinkClicked(self, url): def onLinkClicked(self, url):
# Open the URL in the default web browser instead of the QWebEngineView # Open the URL in the default web browser instead of the QWebEngineView
QDesktopServices.openUrl(url) QDesktopServices.openUrl(url)