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>2020-04-30 23:39:41 +0300
committerPhie <phie@phie.ovh>2020-04-30 23:39:41 +0300
commit84e7ba0c94c2132c7d8bf3cdfd208b4c5ddff6d8 (patch)
tree4304f5f499aa2752ebfa237b4fee26356e92f01b /main.js
parent56b062e71703aaf705bf487a95a538a17dc1973f (diff)
disable web 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 d8de0f7..e120655 100644
--- a/main.js
+++ b/main.js
@@ -88,7 +88,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.