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:
commit
1b4f3d9506
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user