1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #3227

PKEv (1):
      fix(widget):show unread messages notification
This commit is contained in:
sudden6 2016-04-29 18:19:05 +02:00
commit 1b4f3d9506
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

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