Is there a way to show the dialog from dialog.showMessageBox() on top of everything?
For example, I'm woking on the notepad and given some event in my Electron application it will open a dialog that should now be the main window for the user to see.
It's kinda ugly but you can pass a dummy holder browserwindow which is always on top.