mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-28 01:59:24 +01:00
Merge pull request #6359 from hal7df/dbus-notification-fix
Support per-app notification settings in KDE Plasma 5.16
This commit is contained in:
commit
9cdf0bb0f9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user