git ssb

10+

Matt McKegg / patchwork



close all processes when main window is closed

%6M6g6174dJoJwGaUveNf8VGGUjfElwh28eu6PUM5xdY=.sha256
Closed dinoworm 🐛 wants to merge commits into master from close-all-processes-when-main-window-is-closed
index.jschanged
index.jsView
@@ -54,8 +54,9 @@
5454 })
5555 windows.main.setSheetOffset(40)
5656 windows.main.on('closed', function () {
5757 windows.main = null
58 + if (process.platform != 'darwin') electron.app.quit()
5859 })
5960 }
6061 }
6162

Built with git-ssb-web