diff options
author | kali <kali@leap.se> | 2012-08-02 03:48:24 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-02 03:48:24 +0900 |
commit | 3e95ac1493da40b77bec110e0c59c2f11aeb2b62 (patch) | |
tree | 96f31aeee642caf62c553fb81a4e93bff60d4c56 /src/leap/baseapp | |
parent | 23502b72f8cd8a9ec2fd28387f7788aeef54c2d1 (diff) |
start with disconnected icon
Diffstat (limited to 'src/leap/baseapp')
-rw-r--r-- | src/leap/baseapp/mainwindow.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/baseapp/mainwindow.py b/src/leap/baseapp/mainwindow.py index 68b6de8f..f2c48acc 100644 --- a/src/leap/baseapp/mainwindow.py +++ b/src/leap/baseapp/mainwindow.py @@ -222,6 +222,7 @@ technolust</i>") self.trayIconMenu.addAction(self.quitAction) self.trayIcon = QSystemTrayIcon(self) + self.setIcon('disconnected') self.trayIcon.setContextMenu(self.trayIconMenu) def createLogBrowser(self): |