summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--electron_js/main.js4
1 files changed, 2 insertions, 2 deletions
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