1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00
This commit is contained in:
Dick Choi
2016-08-14 01:34:32 +09:00
parent 6bb78d3216
commit 2cbe07b373
34 changed files with 1482 additions and 765 deletions

View File

@@ -32,6 +32,11 @@ mainWindow.webContents.sendInputEvent({
keyCode: '\u0008'
})
mainWindow.on('close', function (e) {
mainWindow.hide()
e.preventDefault()
})
app.on('activate', function () {
if (mainWindow == null) return null
mainWindow.show()