Use app.exit() instead of app.quit() in makeSingleInstance
This commit is contained in:
@@ -172,7 +172,7 @@ if (app.makeSingleInstance((commandLine/*, workingDirectory*/) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})) {
|
})) {
|
||||||
app.quit();
|
app.exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
function shouldShowTrayIcon() {
|
function shouldShowTrayIcon() {
|
||||||
|
Reference in New Issue
Block a user