Addon Manager: Further macro load cleanup

This commit is contained in:
Chris Hennes
2024-02-04 16:12:04 +01:00
parent 457eafa5dc
commit ea39ae2578

View File

@@ -859,7 +859,7 @@ class CacheMacroCodeWorker(QtCore.QThread):
).format(macro_name)
+ "\n"
)
worker.blockSignals(True)
# worker.blockSignals(True)
worker.requestInterruption()
worker.wait(100)
if worker.isRunning():