Update image_data hint to current notification spec

The current notification spec says image-data should get used instead of
image_data.
pull/1/head
Benedikt Heine 7 years ago
parent 3a917f7f12
commit a7cf30005b
  1. 2
      src/notifications/ManagerLinux.cpp

@ -53,7 +53,7 @@ NotificationsManager::showNotification(const QString summary,
const QImage image)
{
QVariantMap hints;
hints["image_data"] = image;
hints["image-data"] = image;
QList<QVariant> argumentList;
argumentList << "nheko"; // app_name
argumentList << (uint)0; // replace_id

Loading…
Cancel
Save