Remove quit event
This commit is contained in:
parent
b6fc383654
commit
fed5b2daf0
1 changed files with 0 additions and 4 deletions
|
@ -116,7 +116,3 @@ function createTray() {
|
|||
app.on('browser-window-blur', () => {
|
||||
mainWindow.hide();
|
||||
});
|
||||
|
||||
app.on('window-all-closed', () => {
|
||||
app.quit();
|
||||
});
|
||||
|
|
Reference in a new issue