Move to top level, add separator and ellipses

This commit is contained in:
Leonard Lamprecht
2016-01-07 11:51:54 +01:00
parent a88f96e65d
commit 4d7af57db3
3 changed files with 18 additions and 30 deletions

View File

@@ -83,16 +83,12 @@
}
{ type: 'separator' }
{ label: '&Preferences', command: 'application:show-settings' }
{
label: 'Customization',
submenu: [
{ label: 'Open Your Config', command: 'application:open-your-config' }
{ label: 'Open Your Init Script', command: 'application:open-your-init-script' }
{ label: 'Open Your Keymap', command: 'application:open-your-keymap' }
{ label: 'Open Your Snippets', command: 'application:open-your-snippets' }
{ label: 'Open Your Stylesheet', command: 'application:open-your-stylesheet' }
]
}
{ type: 'separator' }
{ label: 'Config…', command: 'application:open-your-config' }
{ label: 'Init Script…', command: 'application:open-your-init-script' }
{ label: 'Keymap…', command: 'application:open-your-keymap' }
{ label: 'Snippets…', command: 'application:open-your-snippets' }
{ label: 'Stylesheet…', command: 'application:open-your-stylesheet' }
{ type: 'separator' }
]
}