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