Monolithic build features now zero setup configuration: click and run
[quassel.git] / src / qtui / systraynotificationbackend.cpp
index 1c8b572..296372c 100644 (file)
@@ -58,7 +58,7 @@ void SystrayNotificationBackend::notify(const Notification &notification) {
   if(_showBubble) {
     showBubble();
   }
-  if(_animate && _notifications.count() == 1) {
+  if(_animate) {
     startAnimation();
   }
 }