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

Merge pull request #3198

a68366 (1):
      fix(widget): properly show status messages
This commit is contained in:
sudden6 2016-04-25 19:46:47 +02:00
commit 6cd1830571
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -1018,9 +1018,7 @@ void Widget::onFriendStatusChanged(int friendId, Status status)
ContentDialog::updateFriendStatus(friendId);
//won't print the message if there were no messages before
if (!f->getChatForm()->isEmpty()
&& Settings::getInstance().getStatusChangeNotificationEnabled())
if (Settings::getInstance().getStatusChangeNotificationEnabled())
{
QString fStatus = "";
switch (f->getStatus())