We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1468db + e4e5484 commit 15043a6Copy full SHA for 15043a6
js/popup.js
@@ -211,7 +211,7 @@ function copyToClipboard(text, notification) {
211
212
chrome.notifications.create('get-rss-feed-url-copy', {
213
type: "basic",
214
- title: notification.title ?? "Get RSS Feeds URLs",
+ title: notification.title || "Get RSS Feeds URLs",
215
message: notification.message,
216
iconUrl: "img/notif_"+notification.type+".png"
217
});
0 commit comments