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(); }