1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

Merge branch 'v1.9' of github.com:dkmstr/openuds into v1.9

This commit is contained in:
Adolfo Gómez García 2015-11-18 09:28:55 +01:00
commit 06f2faff35

View File

@ -151,7 +151,8 @@ class UDSClient(QtGui.QMainWindow):
script = data['result'].decode('base64').decode('bz2')
self.ui.progressBar.setValue(100)
# self.showMinimized()
if 'darwin' in sys.platform:
self.showMinimized()
QtCore.QTimer.singleShot(3000, self.endScript)
self.hide()