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:
commit
06f2faff35
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user