Skip to content

Commit

Permalink
Merge pull request #6359 from hal7df/dbus-notification-fix
Browse files Browse the repository at this point in the history
Support per-app notification settings in KDE Plasma 5.16
  • Loading branch information
hatstand committed Jun 17, 2019
2 parents dd19df6 + b697e96 commit 9cdf0bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/osd_x11.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 9cdf0bb

Please sign in to comment.