diff options
Diffstat (limited to 'electron/src/main/index.js')
| -rw-r--r-- | electron/src/main/index.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/electron/src/main/index.js b/electron/src/main/index.js index f7fb9437..14a3da55 100644 --- a/electron/src/main/index.js +++ b/electron/src/main/index.js @@ -61,9 +61,7 @@ function createWindow() { app.on('ready', createWindow) app.on('window-all-closed', () => { - if (process.platform !== 'darwin') { app.quit() - } }) app.on('activate', () => { |
