mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 04:19:15 +08:00
fix(menus): Nylas => Nylas N1
This commit is contained in:
parent
5dc07fb739
commit
aaa5bd17b7
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
'menu': [
|
||||
{
|
||||
label: 'Nylas'
|
||||
label: 'Nylas N1'
|
||||
submenu: [
|
||||
{ label: 'About Nylas', command: 'application:about' }
|
||||
{ label: 'About Nylas N1', command: 'application:about' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Preferences', command: 'application:open-preferences' }
|
||||
{ label: 'Change Theme...', command: 'window:launch-theme-picker' }
|
||||
|
@ -17,7 +17,7 @@
|
|||
{ type: 'separator' }
|
||||
{ label: 'Services', submenu: [] }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Hide Nylas', command: 'application:hide' }
|
||||
{ label: 'Hide Nylas N1', command: 'application:hide' }
|
||||
{ label: 'Hide Others', command: 'application:hide-other-applications' }
|
||||
{ label: 'Show All', command: 'application:unhide-all-applications' }
|
||||
{ type: 'separator' }
|
||||
|
|
Loading…
Reference in a new issue