I need to set an icon beside the title
of BrowserWindow
like favicon
is seen in Chrome.
It doesn’t work even if I put it in HTML.
<link rel="icon" type="image/x-icon" href="favicon.ico" />
I tried doing the following as well:
mainWindow = new BrowserWindow({
width: 1200,
height: 800,
icon: path.resolve(__dirname, ‘favicon.ico’)
})
But it doesn’t work. Is it actually possible?
Note: I am not talking about the app icon. I want an icon beside the title which is beside the traffic lights. For example, if you open VSCode for the 1st time you see Welcome at the top as shown in the image below. I want an icon besides Welcome