use ToplevelAgentBrowser for headline services with type='newmail'. fixes #3479
This commit is contained in:
parent
2a344b7f51
commit
3f22a94978
|
@ -85,6 +85,7 @@ def _gen_agent_type_info():
|
|||
('pubsub', 'generic'): (PubSubBrowser, 'pubsub.png'),
|
||||
('pubsub', 'service'): (PubSubBrowser, 'pubsub.png'),
|
||||
('proxy', 'bytestreams'): (None, 'bytestreams.png'), # Socks5 FT proxy
|
||||
('headline', 'newmail'): (ToplevelAgentBrowser, 'mail.png'),
|
||||
|
||||
# Transports
|
||||
('conference', 'irc'): (ToplevelAgentBrowser, 'irc.png'),
|
||||
|
|
Loading…
Reference in New Issue