forked from shaba/openuds
More for mac related
This commit is contained in:
parent
e4192e6064
commit
089f62e6f8
@ -178,6 +178,7 @@ if __name__ == "__main__":
|
||||
|
||||
exitVal = app.exec_()
|
||||
|
||||
win.showMinimized() # This is a top most window, minimize to bar
|
||||
tools.waitForTasks()
|
||||
|
||||
time.sleep(3)
|
||||
|
@ -77,7 +77,7 @@ def addTaskToWait(taks):
|
||||
|
||||
def waitForTasks():
|
||||
for t in _tasksToWait:
|
||||
t.join()
|
||||
t.wait()
|
||||
|
||||
|
||||
def addExecBeforeExit(fnc):
|
||||
|
Loading…
Reference in New Issue
Block a user