3672 notification icon (#3678)

* icon with padding to border

* resized icon to 256
pull/3681/head
maTh 3 years ago committed by GitHub
parent c5ca737062
commit 991ee64db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      p/scripts/main.js
  2. BIN
      p/themes/icons/favicon-256-padding.png

@ -1369,7 +1369,7 @@ function notifs_html5_show(nb) {
}
const notification = new window.Notification(context.i18n.notif_title_articles, {
icon: '../themes/icons/favicon-256.png',
icon: '../themes/icons/favicon-256-padding.png',
body: context.i18n.notif_body_articles.replace('%d', nb),
tag: 'freshRssNewArticles',
});

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Loading…
Cancel
Save