close gracefully on osx until we can make new window from the tray

This commit is contained in:
Alan Stoll 2014-07-03 09:23:40 -04:00
parent 108824e294
commit 8080c872f8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ module.exports = function(copay) {
// quit when all windows are closed // quit when all windows are closed
app.on('window-all-closed', function() { app.on('window-all-closed', function() {
if (process.platform !== 'darwin') app.quit(); app.quit();
}); });
// initilization when ready // initilization when ready