diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/controller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.cpp b/src/controller.cpp index ad85183..0f0fb1a 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -233,7 +233,7 @@ void Controller::handleIncomingNotification(const QString &sender, const QIcon & QString title = summary; bool title_drawn_fully = false; - if (count > 0) { + if (count > 1) { title = QString("%1 %2").arg(count).arg(summary); } |