Browse Source

Show notifications even when busy

pull/2559/head
tux3 10 years ago
parent
commit
787865a23e
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 3
      src/widget/widget.cpp

3
src/widget/widget.cpp

@ -1230,9 +1230,6 @@ bool Widget::newMessageAlert(QWidget* currentWindow, bool isActive, bool sound, @@ -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…
Cancel
Save