mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 06:53:59 +02:00
Update console to not shut down when all windows are closed
This commit is contained in:
parent
98e1c42183
commit
0a88415393
1 changed files with 3 additions and 0 deletions
|
@ -117,6 +117,9 @@ function openFileBrowser(path) {
|
|||
}
|
||||
}
|
||||
|
||||
app.on('window-all-closed', function() {
|
||||
});
|
||||
|
||||
function startInterface(url) {
|
||||
var argArray = [];
|
||||
|
||||
|
|
Loading…
Reference in a new issue