From a7caa8fe9fda607b034fc093f3a8ca1b8560b8f8 Mon Sep 17 00:00:00 2001 From: phidlipus Date: Tue, 15 Aug 2017 14:58:21 +0200 Subject: [PATCH] Add missing Services menu in application menu on macOS --- src/scripts/menus/app.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/scripts/menus/app.js b/src/scripts/menus/app.js index 8a5769c630..242369a255 100644 --- a/src/scripts/menus/app.js +++ b/src/scripts/menus/app.js @@ -37,11 +37,19 @@ const appTemplate = [ if (isMac) { const macAppExtraTemplate = [ + { + label: 'Services', + role: 'services', + submenu: [], + position: 'after=about-sep' + }, + { + type: 'separator' + }, { label: 'Hide ' + APP_NAME, accelerator: 'Command+H', - role: 'hide', - position: 'after=about-sep' + role: 'hide' }, { label: 'Hide Others',