From 913c78f45d99cedcab68cbde1def3ade6a091d30 Mon Sep 17 00:00:00 2001 From: Pranav Shridhar <42793024+pranavmodx@users.noreply.github.com> Date: Sat, 9 May 2020 15:17:13 +0530 Subject: [PATCH] macOS: Resolves #2804: Add search feature in Help Menu (#2805) * added search feature in help menu (for mac users) * Update app.js Co-authored-by: Laurent Cozic --- ElectronClient/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ElectronClient/app.js b/ElectronClient/app.js index 66eb446d30..4901a58d20 100644 --- a/ElectronClient/app.js +++ b/ElectronClient/app.js @@ -1082,6 +1082,7 @@ class Application extends BaseApplication { }, help: { label: _('&Help'), + role: 'help', // Makes it add the "Search" field on macOS submenu: [{ label: _('Website and documentation'), accelerator: 'F1',