X-Git-Url: https://v.licheni.net/stack/code/dboxswitch.git/blobdiff_plain/957fc59fe85f6c3ad18fe279699db2e614a1d036..08e9aa1d19604ef26ab6bfbe4d172fcb4a8242df:/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: