Skip to content

Commit

Permalink
Removed references to "ElectronReact" in MacOS menu bar (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie6king authored Sep 20, 2024
1 parent f8c2ff7 commit 28c1249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ export default class MenuBuilder {
label: 'Electron',
submenu: [
{
label: 'About ElectronReact',
label: 'About Feishin',
selector: 'orderFrontStandardAboutPanel:',
},
{ type: 'separator' },
{ label: 'Services', submenu: [] },
{ type: 'separator' },
{
accelerator: 'Command+H',
label: 'Hide ElectronReact',
label: 'Hide Feishin',
selector: 'hide:',
},
{
Expand Down

0 comments on commit 28c1249

Please sign in to comment.