Skip to content
Snippets Groups Projects
Commit 128f6e1e authored by nkour's avatar nkour
Browse files

only change trayicon if we use tabbedui

parent 72f93e7f
No related branches found
No related tags found
No related merge requests found
......@@ -1144,7 +1144,7 @@ class Chat:
if text.find(self.nicks[jid]) == -1:
return
self.nb_unread[jid] += 1
if self.plugin.systray_enabled and not gajim.config.get('autopopup'):
if self.plugin.systray_enabled and gajim.config.get('usetabbedchat'):
# if we 'pop it up' when we receive * [n] is enough
self.plugin.systray.add_jid(jid, self.account)
self.redraw_tab(jid)
......
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