How to add an image on notification
richard457 opened this issue · 1 comments
richard457 commented
How to add an image on notification
KeithNdhlovu commented
Try this on your Renderer process
let notification = new Notification('Fancy Title', {
body: text,
icon: img
});