mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
remove about role from help menu item
This commit is contained in:
parent
712a19081d
commit
d3a12f9912
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ ${JSON.stringify(getPlugins(), null, 2)}
|
|||
submenu.push(
|
||||
{type: 'separator'},
|
||||
{
|
||||
role: 'about',
|
||||
label: 'About Hyper',
|
||||
click() {
|
||||
showAbout();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue