diff --git a/app/main/index.js b/app/main/index.js index 813224e86..9e26de9fe 100644 --- a/app/main/index.js +++ b/app/main/index.js @@ -362,7 +362,9 @@ app.on('ready', () => { app.on('before-quit', () => { mainWindow.webContents.send('save-domains'); - isQuitting = true; + setTimeout(() => { + isQuitting = true; + }, 1000); }); // Send crash reports