fix shutdown call for console

This commit is contained in:
Stephen Birarda 2016-01-15 16:02:32 -08:00
parent 0355e816b0
commit 2af10d6baa

View file

@ -312,7 +312,7 @@ function buildMenuArray(serverState) {
{
label: 'Quit',
accelerator: 'Command+Q',
click: function() { app.quit(); }
click: function() { shutdown(); }
}
];