summaryrefslogtreecommitdiffstats
path: root/pyLoadGui.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadGui.py')
-rwxr-xr-xpyLoadGui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadGui.py b/pyLoadGui.py
index c3703a1c5..afe47a3a4 100755
--- a/pyLoadGui.py
+++ b/pyLoadGui.py
@@ -436,10 +436,10 @@ class main(QObject):
if not self.core:
config = CoreConfig() #create so at least default config exists
-
self.core = Core()
thread.start_new_thread(self.core.start, (False,False))
self.connector.setAddr(("core", self.core))
+ self.mainWindow.mactions["manager"].setDisabled(True) #workaround to supress bug
self.startMain()