X-Git-Url: https://v.licheni.net/stack/code/dboxswitch.git/blobdiff_plain/957fc59fe85f6c3ad18fe279699db2e614a1d036..45988c8bde46e2e882825620c2809b7b844f634b:/dboxswitch/gui.py diff --git a/dboxswitch/gui.py b/dboxswitch/gui.py index ae2c3c8..70485f7 100644 --- a/dboxswitch/gui.py +++ b/dboxswitch/gui.py @@ -48,7 +48,7 @@ class Gui(QtGui.QDialog): Default actions are builded and profile manager stored from argument (instance of ProfHandler """ self.app = QtGui.QApplication(sys.argv) - for i in range(3): + for i in range(23): if not QtGui.QSystemTrayIcon.isSystemTrayAvailable(): sleep(4) else: