From 238076f53407c99035de72dfdf5f7616b824df90 Mon Sep 17 00:00:00 2001 From: Brooks Johnson Date: Thu, 27 Oct 2016 20:48:01 -0500 Subject: [PATCH] Adding menu back in temporarily to fix shortcuts. --- lib/main-menu.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/main-menu.js b/lib/main-menu.js index c93b1de9..6a010063 100644 --- a/lib/main-menu.js +++ b/lib/main-menu.js @@ -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]