mirror of
https://github.com/overte-org/overte.git
synced 2025-07-26 05:59:57 +02:00
fix shutdown call for console
This commit is contained in:
parent
0355e816b0
commit
2af10d6baa
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ function buildMenuArray(serverState) {
|
||||||
{
|
{
|
||||||
label: 'Quit',
|
label: 'Quit',
|
||||||
accelerator: 'Command+Q',
|
accelerator: 'Command+Q',
|
||||||
click: function() { app.quit(); }
|
click: function() { shutdown(); }
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue