mirror of https://github.com/docker/docs.git
commit
ff1960485c
|
|
@ -158,7 +158,17 @@ var MenuTemplate = function () {
|
||||||
{
|
{
|
||||||
label: 'Bring All to Front',
|
label: 'Bring All to Front',
|
||||||
selector: 'arrangeInFront:'
|
selector: 'arrangeInFront:'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'separator'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Kitematic',
|
||||||
|
accelerator: 'Cmd+0',
|
||||||
|
click: function () {
|
||||||
|
remote.getCurrentWindow().show();
|
||||||
}
|
}
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue