diff options
| author | 2021-06-28 21:10:12 +0200 | |
|---|---|---|
| committer | 2021-06-28 21:10:12 +0200 | |
| commit | 991ee64db2e815ccf838c446307a03215ecb7cea (patch) | |
| tree | d7365c212769a2eb99202a76f35021cd0c5cfcc7 /p/scripts | |
| parent | c5ca73706277486ed59e4581bfa42cc127726b38 (diff) | |
3672 notification icon (#3678)
* icon with padding to border
* resized icon to 256
Diffstat (limited to 'p/scripts')
| -rw-r--r-- | p/scripts/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js index 5713f57f3..7016929d1 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -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', }); |
