fix indentation
This commit is contained in:
parent
0521df8edb
commit
e504fc2001
|
@ -960,7 +960,7 @@ class AgentBrowser:
|
|||
name = identities[0]['name']
|
||||
|
||||
if name:
|
||||
self.window._set_window_banner_text(self._get_agent_address(), name)
|
||||
self.window._set_window_banner_text(self._get_agent_address(), name)
|
||||
|
||||
# Add an icon to the banner.
|
||||
pix = self.cache.get_icon(identities, addr=self._get_agent_address())
|
||||
|
|
Loading…
Reference in New Issue