mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
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:
parent
3a917f7f12
commit
a7cf30005b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue