Merge pull request #6359 from hal7df/dbus-notification-fix

Support per-app notification settings in KDE Plasma 5.16
This commit is contained in:
John Maguire 2019-06-17 10:14:08 +01:00 committed by GitHub
commit 9cdf0bb0f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ void OSD::ShowMessageNative(const QString& summary, const QString& message,
hints["image_data"] = QVariant(image);
}
hints["desktop-entry"] = QVariant("clementine");
hints["transient"] = QVariant(true);
int id = 0;