summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpyLoadGui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadGui.py b/pyLoadGui.py
index afe47a3a4..9eac96f94 100755
--- a/pyLoadGui.py
+++ b/pyLoadGui.py
@@ -93,7 +93,7 @@ class main(QObject):
self.core = None # pyLoadCore if started
- if True:
+ if first:
self.tray = TrayIcon()
self.tray.show()
self.notification = Notification(self.tray)