1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Merge pull request #166 from bkjohnson/master

Adding menu back in temporarily to fix shortcuts.
This commit is contained in:
Junyoung Choi
2016-10-28 12:15:03 +09:00
committed by GitHub

View File

@@ -184,4 +184,6 @@ var help = {
module.exports = process.platform === 'darwin'
? [boost, file, edit, view, window, help]
: []
: process.platform === 'win32'
? [boost, file, view, help]
: [file, view, help]