diff --git a/lib/notifications.js b/lib/notifications.js index 4f05e68..8219c35 100644 --- a/lib/notifications.js +++ b/lib/notifications.js @@ -33,7 +33,7 @@ exports.notify = function({url, errorStack, messageId}, {lists, notificationPref } var notifyBox = tabBrowser.getNotificationBox(browser); - var notification = notifyBox.getNotificationWithValue("fake-readout"); + var notification = notifyBox.getNotificationWithValue("CanvasBlocker-" + messageId); if (notification){ notification.label = message; clearTimeout(notification.hideTimeout); @@ -110,7 +110,7 @@ exports.notify = function({url, errorStack, messageId}, {lists, notificationPref var priority = notifyBox.PRIORITY_WARNING_MEDIUM; notification = notifyBox.appendNotification( message, - "fake-readout", + "CanvasBlocker-" + messageId, "chrome://browser/skin/Info.png", priority, buttons diff --git a/releaseNotes.txt b/releaseNotes.txt index 3f7d3e4..5d04e22 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -1,4 +1,7 @@ Version 0.3.4: + changes: + - different fake modes show independent notifications + fixes: - performance issues - German translations