launch debug window detatched
This commit is contained in:
parent
b84ddaf1b7
commit
1c6c9a2d6e
|
@ -33,7 +33,9 @@ module.exports = {
|
|||
|
||||
window.webContents.setUserAgent("EZPPLauncher");
|
||||
attachTitlebarToWindow(window);
|
||||
window.webContents.openDevTools();
|
||||
window.webContents.openDevTools({
|
||||
mode: "detach"
|
||||
});
|
||||
|
||||
return window;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user