This commit is contained in:
Maxim Slipenko 2024-02-11 20:18:22 +03:00
parent c9506e8f2c
commit e1f530406a

View File

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