diff --git a/src/main.js b/src/main.js index cff5aa9f..9a178a63 100644 --- a/src/main.js +++ b/src/main.js @@ -172,7 +172,7 @@ if (app.makeSingleInstance((commandLine/*, workingDirectory*/) => { } } })) { - app.quit(); + app.exit(); } function shouldShowTrayIcon() {