mirror of
https://github.com/moparisthebest/FireTray
synced 2024-11-14 04:45:02 -05:00
Fix: chat icon doesn't dissapear if disabled (#124).
This commit is contained in:
parent
9d08b8203f
commit
dab586c76a
@ -319,7 +319,6 @@ firetray.Handler = {
|
||||
} else {
|
||||
for (let winId in firetray.Handler.windows) {
|
||||
firetray.Chat.detachSelectListeners(firetray.Handler.windows[winId].chromeWin);
|
||||
firetray.ChatStatusIcon.detachOnFocusInCallback(winId); // FIXME: to be removed
|
||||
}
|
||||
firetray.Chat.shutdown();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user