Skip to content

Commit

Permalink
fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-h committed Apr 24, 2024
1 parent eae6dc6 commit 64a8651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function onContextMenuClick(info, tab) {
function notifyError() {
browser.notifications.create({
"type": "basic",
"iconUrl": browser.extension.getURL("icons/error.svg"),
"iconUrl": browser.runtime.getURL("icons/error.svg"),
"title": "Error!",
"message": "Writing to clipboard is not possible!"
});
Expand Down

0 comments on commit 64a8651

Please sign in to comment.