瀏覽代碼

3672 notification icon (#3678)

* icon with padding to border

* resized icon to 256
maTh 4 年之前
父節點
當前提交
991ee64db2
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      p/scripts/main.js
  2. 二進制
      p/themes/icons/favicon-256-padding.png

+ 1 - 1
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',
 	});

二進制
p/themes/icons/favicon-256-padding.png