From 8a218f4d2915793d70295fb622c2c0e502c629aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Vay=C3=A1?= Date: Fri, 9 Apr 2021 13:08:54 +0200 Subject: [PATCH] [MM-34459] Fix config key to show 'learn more' (#1531) --- src/main/menus/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/menus/app.js b/src/main/menus/app.js index 7e26e60f..441012e1 100644 --- a/src/main/menus/app.js +++ b/src/main/menus/app.js @@ -230,7 +230,7 @@ function createTemplate(config) { }; template.push(windowMenu); const submenu = []; - if (config.data.MenuhelpLink) { + if (config.data.helpLink) { submenu.push({ label: 'Learn More...', click() {