From 986781b21929d64a4b9a1a15bb55b97421aa3511 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 24 Sep 2010 22:26:50 +0200 Subject: gui minimize fix, settings saveable, utf8 in config --- pyLoadGui.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyLoadGui.py') 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) -- cgit v1.2.3