Make FadegraphThreadController a singleton

This commit is contained in:
Keith Edmunds 2025-04-25 17:51:21 +01:00
parent 8621a37af3
commit 7918bbb237

View File

@ -39,6 +39,7 @@ class FadeGraphGenerator(QObject):
self.task_completed.emit()
@singleton
class FadegraphThreadController(QObject):
def __init__(self):
super().__init__()