How to display icon
michaelpeterlee opened this issue · 1 comments
michaelpeterlee commented
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.
michaelpeterlee commented
This is a problem for Electron.Notification(sTitle,{icon:''}).