git ssb

10+

Matt McKegg / patchwork



Commit ce3f17d7e8e549f9803001103f9227955dd597f7

close all processes when main window is closed

Michael Williams committed on 11/2/2016, 5:50:17 AM
Parent: 2b3cba6cd4829d56ba1a66a0eaa4081a734b016b

Files changed

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