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',
|
||||
submenu: [
|
||||
{
|
||||
label: 'About ElectronReact',
|
||||
label: 'About Feishin',
|
||||
selector: 'orderFrontStandardAboutPanel:',
|
||||
},
|
||||
{ type: 'separator' },
|
||||
|
@ -56,7 +56,7 @@ export default class MenuBuilder {
|
|||
{ type: 'separator' },
|
||||
{
|
||||
accelerator: 'Command+H',
|
||||
label: 'Hide ElectronReact',
|
||||
label: 'Hide Feishin',
|
||||
selector: 'hide:',
|
||||
},
|
||||
{
|
||||
|
|
Reference in a new issue