diff --git a/shell/index.js b/shell/index.js index 4f9f5abf8..71e4543c9 100644 --- a/shell/index.js +++ b/shell/index.js @@ -12,7 +12,7 @@ module.exports = function(copay) { // quit when all windows are closed app.on('window-all-closed', function() { - if (process.platform !== 'darwin') app.quit(); + app.quit(); }); // initilization when ready