Add menu entries for Windows and Linux

This commit is contained in:
Machiste Quintana
2015-06-22 18:02:43 -04:00
parent 5e5139b753
commit 0a6dec19d5
2 changed files with 4 additions and 0 deletions

View File

@@ -181,6 +181,8 @@
{ label: 'Report Issue', command: 'application:report-issue' }
{ label: 'Search Issues', command: 'application:search-issues' }
{ type: 'separator' }
{ label: 'About Atom', command: 'application:about' }
{ type: 'separator' }
]
}
]

View File

@@ -184,6 +184,8 @@
{ label: 'Report Issue', command: 'application:report-issue' }
{ label: 'Search Issues', command: 'application:search-issues' }
{ type: 'separator' }
{ label: 'About Atom', command: 'application:about' }
{ type: 'separator' }
]
}
]