From 787865a23e5a144d4644b11c372e8a678676a716 Mon Sep 17 00:00:00 2001 From: tux3 Date: Mon, 9 Nov 2015 23:27:00 +0100 Subject: [PATCH] Show notifications even when busy --- src/widget/widget.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/widget/widget.cpp b/src/widget/widget.cpp index 13eaaf315..ceb091a95 100644 --- a/src/widget/widget.cpp +++ b/src/widget/widget.cpp @@ -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);