diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-24 22:26:50 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-24 22:26:50 +0200 |
commit | 986781b21929d64a4b9a1a15bb55b97421aa3511 (patch) | |
tree | bcacfedf270dcefe226fdf1a41ac1b1b725d61f8 /pyLoadGui.py | |
parent | youporn fix and YourfilesTo support (diff) | |
download | pyload-986781b21929d64a4b9a1a15bb55b97421aa3511.tar.xz |
gui minimize fix, settings saveable, utf8 in config
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) |