mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Removed references to "ElectronReact" in MacOS menu bar (#756)
This commit is contained in:
+2
-2
@@ -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 New Issue
Block a user