mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
Set nativeWindowOpen to fix deprecation warning
This commit is contained in:
@@ -18,6 +18,9 @@ async function createWindow(killall) {
|
|||||||
show: false,
|
show: false,
|
||||||
backgroundThrottling: false,
|
backgroundThrottling: false,
|
||||||
backgroundColor: "#000000",
|
backgroundColor: "#000000",
|
||||||
|
webPreferences: {
|
||||||
|
nativeWindowOpen: true,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
window.removeMenu();
|
window.removeMenu();
|
||||||
|
|||||||
Reference in New Issue
Block a user