Compare commits

..

2 Commits

Author SHA1 Message Date
5784e61e40 Update ChangeLog 2024-04-28 10:03:20 +02:00
63f88a2076 Minor fixes 2024-04-28 10:03:20 +02:00
2 changed files with 6 additions and 6 deletions

View File

@ -30,7 +30,7 @@ function _notification(message, data)
type: "basic",
title : "gPass",
message : message,
iconUrl:browser.extension.getURL("icons/gpass_icon_64.png")
iconUrl: browser.runtime.getURL("icons/gpass_icon_64.png")
};
browser.notifications.create("gPass", options, function(){});

View File

@ -28,7 +28,7 @@ function _notification(message, data)
type: "basic",
title : "gPass",
message : message,
iconUrl:browser.extension.getURL("icons/gpass_icon_64.png")
iconUrl: browser.runtime.getURL("icons/gpass_icon_64.png")
};
browser.notifications.create(options).then(