diff --git a/libnotificationmanager/watchednotificationsmodel.cpp b/libnotificationmanager/watchednotificationsmodel.cpp index 42c40d183..8c9157bb8 100644 --- a/libnotificationmanager/watchednotificationsmodel.cpp +++ b/libnotificationmanager/watchednotificationsmodel.cpp @@ -104,6 +104,8 @@ void WatchedNotificationsModel::Private::Notify(uint id, const QString &app_name notification.setTimeout(timeout); notification.setHints(hints); notification.setIcon(app_icon); + notification.processHints(hints); + if(wasReplaced) { q->onNotificationReplaced(replaces_id, notification); } else {