Merge pull request #1257 from mikaoelitiana/fix-702-bis

Fix #702
This commit is contained in:
Jeffrey Morgan 2015-12-07 14:58:29 -08:00
commit ff1960485c
1 changed files with 11 additions and 1 deletions

View File

@ -158,7 +158,17 @@ var MenuTemplate = function () {
{
label: 'Bring All to Front',
selector: 'arrangeInFront:'
}
},
{
type: 'separator'
},
{
label: 'Kitematic',
accelerator: 'Cmd+0',
click: function () {
remote.getCurrentWindow().show();
}
},
]
},
{