From 7918bbb237acb33aa4d4d880d4130a1119142b82 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Fri, 25 Apr 2025 17:51:21 +0100 Subject: [PATCH] Make FadegraphThreadController a singleton --- app/playlistrow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/playlistrow.py b/app/playlistrow.py index ad44abb..ba3bb47 100644 --- a/app/playlistrow.py +++ b/app/playlistrow.py @@ -39,6 +39,7 @@ class FadeGraphGenerator(QObject): self.task_completed.emit() +@singleton class FadegraphThreadController(QObject): def __init__(self): super().__init__()