|
@@ -149,8 +149,8 @@ function createMainWindow() {
|
|
|
|
|
|
window.on('closed', () => { app.quit() });
|
|
|
|
|
|
- //window.webContents.on('devtools-opened', () => window.focus());
|
|
|
- //window.webContents.openDevTools({ mode: 'undocked' });
|
|
|
+ // window.webContents.on('devtools-opened', () => window.focus());
|
|
|
+ // window.webContents.openDevTools({ mode: 'undocked' });
|
|
|
return window;
|
|
|
}
|
|
|
|