mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 23:13:38 +02:00
fix reference to logWindow when not debug
This commit is contained in:
parent
7be6a4aaf9
commit
0e78358a85
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ LogWindow.prototype = {
|
|||
this.window.loadURL('file://' + __dirname + '/log.html');
|
||||
|
||||
if (!debug) {
|
||||
logWindow.setMenu(null);
|
||||
this.window.setMenu(null);
|
||||
}
|
||||
|
||||
this.window.on('closed', function() {
|
||||
|
|
Loading…
Reference in a new issue