folder check

This commit is contained in:
2022-10-16 18:42:04 +02:00
parent 14201fb9cd
commit 830b1099ac
2 changed files with 7 additions and 3 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;
},