diff options
Diffstat (limited to 'pyLoadGui.py')
-rwxr-xr-x | pyLoadGui.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyLoadGui.py b/pyLoadGui.py index 6501fccb4..e03843054 100755 --- a/pyLoadGui.py +++ b/pyLoadGui.py @@ -91,9 +91,9 @@ class main(QObject): self.serverStatus = {"pause":True, "speed":0, "freespace":0} self.core = None # pyLoadCore if started - - - if first: + + + if True: # when used if first, minimizing not working correctly.. self.tray = TrayIcon() self.tray.show() self.notification = Notification(self.tray) |