I am developing an app in electron and I want it confined to one window. On windows if you click on an apps icon a new window open, is there a way to disable this, so that the app is only confined to a single BrowserWindow ?
Asked
Active
Viewed 1,306 times
2
-
1See: https://stackoverflow.com/a/52633637/840992 Also: https://www.electronjs.org/docs/api/app#event-second-instance – spring Jun 06 '20 at 14:10