1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

refactor main-app process

clean unnecessary codes
This commit is contained in:
Dick Choi
2016-08-22 11:46:22 +09:00
parent 108e83a402
commit cff3fdae6e
5 changed files with 120 additions and 125 deletions

View File

@@ -36,11 +36,7 @@ var boost = OSX
type: 'separator'
},
{
label: 'Quit',
accelerator: 'Command+Q',
click: function () {
mainWindow.webContents.send('quit-app', {})
}
role: 'quit'
}
]
}