X-Git-Url: https://v.licheni.net/stack/code/dboxswitch.git/blobdiff_plain/2520291a845ff27b74046a996ca47a81a8ed5717..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: