whole update logic working

This commit is contained in:
2022-10-16 22:44:56 +02:00
parent c2a75319dc
commit 8d29bd6822
4 changed files with 99 additions and 22 deletions

View File

@@ -33,9 +33,9 @@ module.exports = {
window.webContents.setUserAgent("EZPPLauncher");
attachTitlebarToWindow(window);
window.webContents.openDevTools({
mode: "detach"
});
// window.webContents.openDevTools({
// mode: "detach"
// });
return window;
},