We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cdd81a + df82325 commit ed99bd6Copy full SHA for ed99bd6
1 file changed
electron-webpack-vuejs/src/main/index.js
@@ -17,4 +17,8 @@ app.on('ready', () => {
17
slashes: true
18
}))
19
}
20
+ window.on('closed', function(){
21
+ window = null
22
+ app.quit()
23
+ })
24
})
0 commit comments