From 7ca865ee29ca73373349e3a82f783877e4d51ae8 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 3 May 2026 10:53:39 +0200 Subject: fix: stop double stopped emit, restore race, worker leak, encapsulation, git view init --- ui/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/main_window.py') diff --git a/ui/main_window.py b/ui/main_window.py index 4366da6..cc3326f 100644 --- a/ui/main_window.py +++ b/ui/main_window.py @@ -267,5 +267,5 @@ class MainWindow(QMainWindow): self._refresh_articles() def closeEvent(self, event): - self._hugo_panel._worker.stop() + self._hugo_panel.stop_server() super().closeEvent(event) -- cgit v1.2.3