add updating check

This commit is contained in:
2022-10-16 21:13:30 +02:00
parent 2bf98db729
commit 5565892155
9 changed files with 341 additions and 13 deletions

View File

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