From d3a12f9912fca3d8ff2ed49a96c51607cb2ba20c Mon Sep 17 00:00:00 2001 From: Labhansh Agrawal Date: Fri, 5 Feb 2021 22:04:48 +0530 Subject: [PATCH] remove `about` role from help menu item --- app/menus/menus/help.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/menus/menus/help.ts b/app/menus/menus/help.ts index a6ea31b6..f06e2145 100644 --- a/app/menus/menus/help.ts +++ b/app/menus/menus/help.ts @@ -94,7 +94,7 @@ ${JSON.stringify(getPlugins(), null, 2)} submenu.push( {type: 'separator'}, { - role: 'about', + label: 'About Hyper', click() { showAbout(); }