Removed references to "ElectronReact" in MacOS menu bar (#756)
This commit is contained in:
parent
f8c2ff735b
commit
28c12496f1
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ export default class MenuBuilder {
|
||||||
label: 'Electron',
|
label: 'Electron',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
label: 'About ElectronReact',
|
label: 'About Feishin',
|
||||||
selector: 'orderFrontStandardAboutPanel:',
|
selector: 'orderFrontStandardAboutPanel:',
|
||||||
},
|
},
|
||||||
{ type: 'separator' },
|
{ type: 'separator' },
|
||||||
|
@ -56,7 +56,7 @@ export default class MenuBuilder {
|
||||||
{ type: 'separator' },
|
{ type: 'separator' },
|
||||||
{
|
{
|
||||||
accelerator: 'Command+H',
|
accelerator: 'Command+H',
|
||||||
label: 'Hide ElectronReact',
|
label: 'Hide Feishin',
|
||||||
selector: 'hide:',
|
selector: 'hide:',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue