This commit is contained in:
Maxim Slipenko 2024-02-11 20:21:37 +03:00
parent e1f530406a
commit e5c8d410ca

View File

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