mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +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',
|
||||
accelerator: 'Command+Q',
|
||||
click: function() { app.quit(); }
|
||||
click: function() { shutdown(); }
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue