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_()
|
exitVal = app.exec_()
|
||||||
|
|
||||||
|
win.showMinimized() # This is a top most window, minimize to bar
|
||||||
tools.waitForTasks()
|
tools.waitForTasks()
|
||||||
|
|
||||||
time.sleep(3)
|
time.sleep(3)
|
||||||
|
@ -77,7 +77,7 @@ def addTaskToWait(taks):
|
|||||||
|
|
||||||
def waitForTasks():
|
def waitForTasks():
|
||||||
for t in _tasksToWait:
|
for t in _tasksToWait:
|
||||||
t.join()
|
t.wait()
|
||||||
|
|
||||||
|
|
||||||
def addExecBeforeExit(fnc):
|
def addExecBeforeExit(fnc):
|
||||||
|
Loading…
Reference in New Issue
Block a user