diff --git a/electron/main.js b/electron/main.js index 79d62f1..3b2d152 100644 --- a/electron/main.js +++ b/electron/main.js @@ -200,7 +200,7 @@ app.whenReady().then(async () => { }); // quit after dismissing error dialog - quit(); + app.quit(); });