remove about role from help menu item

This commit is contained in:
Labhansh Agrawal 2021-02-05 22:04:48 +05:30 committed by Benjamin Staneck
parent 712a19081d
commit d3a12f9912

View file

@ -94,7 +94,7 @@ ${JSON.stringify(getPlugins(), null, 2)}
submenu.push(
{type: 'separator'},
{
role: 'about',
label: 'About Hyper',
click() {
showAbout();
}