close gracefully on osx until we can make new window from the tray
This commit is contained in:
parent
108824e294
commit
8080c872f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue