Merge branch 'master' of git.poez.io:poezio into slix
This commit is contained in:
commit
c2f9ffff33
1 changed files with 3 additions and 0 deletions
|
@ -804,6 +804,9 @@ class OneToOneTab(ChatTab):
|
|||
else:
|
||||
self.__initial_disco = True
|
||||
|
||||
if not (correct or attention or receipts):
|
||||
return # don’t display anything
|
||||
|
||||
ok = get_theme().CHAR_OK
|
||||
nope = get_theme().CHAR_EMPTY
|
||||
|
||||
|
|
Loading…
Reference in a new issue