mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
24a7f4d519
commit
dcb8c3f323
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue
Block a user