diff options
| -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): | 
