mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +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) {
|
function startInterface(url) {
|
||||||
var argArray = [];
|
var argArray = [];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue