From df38c88b21af367c8568d495a6e5e3f42ab17f31 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Sun, 8 Nov 2015 07:27:14 -0500 Subject: removed OSX stay open on close function - doesn't seem to work Former-commit-id: d7444c0705ce6d5db605e6db42b8c9b70145cc00 --- electron_js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'electron_js') diff --git a/electron_js/main.js b/electron_js/main.js index e905b73c..3dfb8d6b 100644 --- a/electron_js/main.js +++ b/electron_js/main.js @@ -13,9 +13,9 @@ var mainWindow = null; app.on('window-all-closed', function() { // On OS X it is common for applications and their menu bar // to stay active until the user quits explicitly with Cmd + Q - if (process.platform != 'darwin') { + //if (process.platform != 'darwin') { app.quit(); - } + //} }); // This method will be called when Electron has finished -- cgit v1.2.3