brightray icon indicating copy to clipboard operation
brightray copied to clipboard

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

Open Hyperion opened this issue 9 years ago • 0 comments

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.

Hyperion avatar Aug 02 '16 08:08 Hyperion