Remove quit event

This commit is contained in:
GHOSCHT 2020-08-07 16:11:31 +02:00
parent b6fc383654
commit fed5b2daf0

View file

@ -116,7 +116,3 @@ function createTray() {
app.on('browser-window-blur', () => {
mainWindow.hide();
});
app.on('window-all-closed', () => {
app.quit();
});