Add SslInfoDlg as a nice way to show information about an SSL connection
[quassel.git] / src / qtui / desktopnotificationbackend.cpp
index a703f6a..1f633d3 100644 (file)
@@ -88,7 +88,7 @@ void DesktopNotificationBackend::useTimeoutChanged(const QVariant &v) {
 }
 
 void DesktopNotificationBackend::notify(const Notification &n) {
-  if(_enabled) {
+  if(_enabled && (n.type == Highlight || n.type == PrivMsg)) {
     QStringList actions;
     QMap<QString, QVariant> hints;