forked from blue/squawk
avatars for mucs, some tooltip tweaks
This commit is contained in:
parent
f367502b8e
commit
867c3a18e9
6 changed files with 111 additions and 18 deletions
|
@ -258,7 +258,7 @@ QIcon Models::Contact::getStatusIcon(bool big) const
|
|||
{
|
||||
if (getMessagesCount() > 0) {
|
||||
return Shared::icon("mail-message", big);
|
||||
} else if (state == Shared::both) {
|
||||
} else if (state == Shared::both || state == Shared::to) {
|
||||
return Shared::availabilityIcon(availability, big);;
|
||||
} else {
|
||||
return Shared::subscriptionStateIcon(state, big);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue