mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +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',
|
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 New Issue
Block a user