Set nativeWindowOpen to fix deprecation warning

This commit is contained in:
Martin Fournier 2022-01-23 12:40:28 -05:00
parent 07fe3c1906
commit ee416dc06e

@ -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();