diff --git a/app/main.js b/app/main.js index 2548b19..8a08aef 100644 --- a/app/main.js +++ b/app/main.js @@ -57,4 +57,8 @@ ipc.on('notification-message', function(event, arg) { app.dock.setBadge('●'); } } +}); + +app.on('window-all-closed', function() { + app.quit(); }); \ No newline at end of file