diff --git a/src/main/index.js b/src/main/index.js index 4b60ce0a1..9b7b22f77 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -122,6 +122,10 @@ app.on('will-quit', event => { daemon.quit(); event.preventDefault(); } + + if (rendererWindow) { + rendererWindow = null; + } }); // https://electronjs.org/docs/api/app#event-will-finish-launching