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

Show notifications even when busy

This commit is contained in:
tux3 2015-11-09 23:27:00 +01:00
parent afe2dbd128
commit 787865a23e
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -1230,9 +1230,6 @@ bool Widget::newMessageAlert(QWidget* currentWindow, bool isActive, bool sound,
if (!inactiveWindow && isActive)
return false;
if (ui->statusButton->property("status").toString() == "busy")
return false;
if (notify)
{
QApplication::alert(currentWindow);