diff --git a/statapp/usage_window.py b/statapp/usage_window.py index 7812d94..f331e5c 100644 --- a/statapp/usage_window.py +++ b/statapp/usage_window.py @@ -54,4 +54,3 @@ class UsageWindow(QMainWindow): def onLinkClicked(self, url): # Open the URL in the default web browser instead of the QWebEngineView QDesktopServices.openUrl(url) -