MatthieuLemoine/electron-push-receiver

How to display icon

michaelpeterlee opened this issue · 1 comments

MSWindows notifications display without an icon.

The FCM web implementation permits you to specify icon fullPath in the notification payload which works well for the web.
We use the same convention, however no icon displays.

This is a problem for Electron.Notification(sTitle,{icon:''}).