summaryrefslogtreecommitdiffstats
path: root/interfaces/pyLoadGui.py
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/pyLoadGui.py')
-rwxr-xr-xinterfaces/pyLoadGui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/pyLoadGui.py b/interfaces/pyLoadGui.py
index f1b963e88..441207487 100755
--- a/interfaces/pyLoadGui.py
+++ b/interfaces/pyLoadGui.py
@@ -103,7 +103,7 @@ class main(QObject):
self.connData = None
self.captchaProcessing = False
- if first:
+ if True:
self.tray = TrayIcon()
self.tray.show()
self.notification = Notification(self.tray)