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:
parent
afe2dbd128
commit
787865a23e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user