summaryrefslogtreecommitdiff
path: root/src/leap/baseapp/systray.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/baseapp/systray.py')
-rw-r--r--src/leap/baseapp/systray.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/leap/baseapp/systray.py b/src/leap/baseapp/systray.py
index 7ef5cb01..249a4f7e 100644
--- a/src/leap/baseapp/systray.py
+++ b/src/leap/baseapp/systray.py
@@ -6,6 +6,17 @@ from leap.gui import mainwindow_rc
class StatusAwareTrayIcon(object):
+ def __init__(self, *args, **kwargs):
+ # StatusAwareTrayIcon init ###################
+ self.createIconGroupBox()
+ self.createActions()
+ self.createTrayIcon()
+
+ self.trayIcon.show()
+ ##############################################
+
+ self.timer = QtCore.QTimer()
+
def createIconGroupBox(self):
"""
dummy icongroupbox