actual process hints

otherwise the notification model won't be able to display anything
that was sent by an hint
wilder-5.22
Marco Martin 5 years ago
parent 61f7b14e43
commit 845ff09fcc
  1. 2
      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 {

Loading…
Cancel
Save