Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Unique "Tag" field doesn't prevent appending of notification #241

Open
Hyperion opened this issue Aug 2, 2016 · 0 comments
Open

Unique "Tag" field doesn't prevent appending of notification #241

Hyperion opened this issue Aug 2, 2016 · 0 comments
Labels

Comments

@Hyperion
Copy link

Hyperion commented Aug 2, 2016

Example of notification:

var notice = new Notification(name, {
    body: text,
    icon: picture || 'content/images/app.png',
    tag: Math.random().toString(36).substr(2, 9)
});

But on arch linux with KDE Frameworks 5.24.0, libnotify 0.7.6, electron 1.3.1 notifications still merge into one.

@stale stale bot added the wontfix label Mar 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant