mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 12:15:44 +01:00
Steam enable debug
This commit is contained in:
parent
eb77bf352c
commit
cdeabfec0e
@ -12,9 +12,6 @@ const debug = false;
|
|||||||
function createWindow() {
|
function createWindow() {
|
||||||
const win = new BrowserWindow({
|
const win = new BrowserWindow({
|
||||||
show: false,
|
show: false,
|
||||||
webPreferences: {
|
|
||||||
devTools: debug,
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|
||||||
win.removeMenu();
|
win.removeMenu();
|
||||||
@ -84,6 +81,15 @@ function createWindow() {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "debug",
|
||||||
|
submenu: [
|
||||||
|
{
|
||||||
|
label: "activate",
|
||||||
|
click: () => win.webContents.openDevTools(),
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
]),
|
]),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user