Skip to content
Snippets Groups Projects
Commit 45f278a1 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

little bugfix

parent d4fc3f4b
No related branches found
No related tags found
No related merge requests found
......@@ -857,6 +857,8 @@ class plugin:
self.config['trayicon'] = 0
self.send('CONFIG', None, ('GtkGui', self.config, 'GtkGui'))
self.systray = systrayDummy()
else:
self.systray = systray(self)
else:
self.systray = systray(self)
if self.config['trayicon']:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment