From e1f530406a40f15b3c550178751d74adcf7f2291 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Sun, 11 Feb 2024 20:18:22 +0300 Subject: [PATCH] fix --- statapp/usage_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/statapp/usage_window.py b/statapp/usage_window.py index f331e5c..7812d94 100644 --- a/statapp/usage_window.py +++ b/statapp/usage_window.py @@ -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) +