jprichardson/electron-window

specify win.show or win.showInactive

Opened this issue · 0 comments

Hi, I've just seen that there's a window.show() that is called in the showURL method.
My electron windows focus 3 times - once at open, once dom content start load, and once everything is loaded.
It's really annoying, I'd like to call showInactive() method which should solve the issue.

Do you need a PR ?