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 ?
Hi, I've just seen that there's a
window.show()that is called in theshowURLmethod.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 ?