This commit is contained in:
Maxim Slipenko 2024-02-11 20:10:14 +03:00
parent 9731eda2e3
commit c9506e8f2c

View File

@ -53,4 +53,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)