'No app icon in windows 10 native notification header in Electron

The place for the icon is empty.

The application itself has it, and everything is fine with the title too

Code

function showNotification () {
  new Notification({ title: NOTIFICATION_TITLE, body: NOTIFICATION_BODY }).show()
}


Solution 1:[1]

You have to put the image inside icon property But for me, i dont have application icon, dont know what happend.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Amethystafyy