Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PhieF/CarnetElectron.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2019-12-18 14:23:23 +0300
committerPhie <phie@phie.ovh>2019-12-18 14:23:23 +0300
commit8b706d73b0fc0b36951b7f88632729e930c4e3d9 (patch)
tree2f56a7ab35ed4db088b0c0c91836a8ad383de390 /main.js
parent8112c619ccbdcf60337166407c48b442aaddc1da (diff)
format + don't open dev tools
Diffstat (limited to 'main.js')
-rw-r--r--main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.js b/main.js
index dda371b..1980737 100644
--- a/main.js
+++ b/main.js
@@ -85,7 +85,7 @@ function createWindow() {
}) + '?api_url=' + server.carnetHttpServer.getAddress())
// Open the DevTools.
- win.webContents.openDevTools()
+ // win.webContents.openDevTools()
console.log("app uid " + uid)
// Emitted when the window is closed.