mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 05:08: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(
|
submenu.push(
|
||||||
{type: 'separator'},
|
{type: 'separator'},
|
||||||
{
|
{
|
||||||
role: 'about',
|
label: 'About Hyper',
|
||||||
click() {
|
click() {
|
||||||
showAbout();
|
showAbout();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue