From c9506e8f2c35437334d4f1e1cd9cad4b9a26a84d Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Sun, 11 Feb 2024 20:10:14 +0300 Subject: [PATCH] fix --- statapp/usage_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statapp/usage_window.py b/statapp/usage_window.py index dd682ff..f331e5c 100644 --- a/statapp/usage_window.py +++ b/statapp/usage_window.py @@ -53,4 +53,4 @@ class UsageWindow(QMainWindow): def onLinkClicked(self, url): # Open the URL in the default web browser instead of the QWebEngineView - QDesktopServices.openUrl(url) \ No newline at end of file + QDesktopServices.openUrl(url)