Browse Source

fix(widget):show unread messages notification

fix #3193
shows notification about unread messages from contacts that are not displayed in the current view
pull/3227/head
PKEv 9 years ago
parent
commit
c81e6e2dd1
  1. 1
      src/widget/widget.cpp

1
src/widget/widget.cpp

@ -1204,6 +1204,7 @@ bool Widget::newFriendMessageAlert(int friendId, bool sound) @@ -1204,6 +1204,7 @@ bool Widget::newFriendMessageAlert(int friendId, bool sound)
{
f->setEventFlag(true);
f->getFriendWidget()->updateStatusLight();
ui->friendList->trackWidget(f->getFriendWidget());
if (contentDialog == nullptr)
{

Loading…
Cancel
Save