1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-07 15:13:25 +00:00
This commit is contained in:
Mike Resoli
2016-10-17 13:40:13 +01:00
parent a52cfb2cd2
commit 44d754c59d
2 changed files with 4 additions and 3 deletions
+1 -3
View File
@@ -190,6 +190,4 @@ var help = {
module.exports = process.platform === 'darwin'
? [boost, file, edit, view, window, help]
: process.platform === 'win32'
? [boost, file, view, help]
: [file, view, help]
: []