Atom Shell -> Electron
This commit is contained in:
parent
6ca4623ae1
commit
6615ef1054
11 changed files with 18 additions and 18 deletions
|
@ -33,10 +33,10 @@ Another example of creating the application menu with the simple template API:
|
|||
// main.js
|
||||
var template = [
|
||||
{
|
||||
label: 'Atom Shell',
|
||||
label: 'Electron',
|
||||
submenu: [
|
||||
{
|
||||
label: 'About Atom Shell',
|
||||
label: 'About Electron',
|
||||
selector: 'orderFrontStandardAboutPanel:'
|
||||
},
|
||||
{
|
||||
|
@ -50,7 +50,7 @@ var template = [
|
|||
type: 'separator'
|
||||
},
|
||||
{
|
||||
label: 'Hide Atom Shell',
|
||||
label: 'Hide Electron',
|
||||
accelerator: 'Command+H',
|
||||
selector: 'hide:'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue