'Electron opens additional window on startup

This is the code that I'm running to make my app start on startup:

app.setLoginItemSettings({ openAtLogin: true });

This works but the problem is it is running an extra window of electron (see image). enter image description here

How do I stop this? I am using electron-forge template.



Sources

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

Source: Stack Overflow

Solution Source