Update image_data hint to current notification spec

The current notification spec says image-data should get used instead of
image_data.
This commit is contained in:
Benedikt Heine 2018-07-16 12:12:07 +02:00
parent 3a917f7f12
commit a7cf30005b

View file

@ -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