Final fix for buffer name bar item.
This commit is contained in:
parent
5c2c5a655c
commit
268111fbfc
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def matrix_bar_item_name(data, item, window, buffer, extra_info):
|
|||
color=W.color(color),
|
||||
name=room.alias)
|
||||
|
||||
elif buffer is server.server_buffer:
|
||||
elif buffer == server.server_buffer:
|
||||
color = ("status_name_ssl"
|
||||
if server.ssl_context.check_hostname else
|
||||
"status_name")
|
||||
|
|
Loading…
Reference in a new issue