diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-28 14:23:04 -0700 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-28 14:23:04 -0700 |
| commit | edead70be5d4055111f6b6dcdd9e39d72b737458 (patch) | |
| tree | 0ecc1fb5d4552aa3d86d600745aedf7e23c40fb0 /electron_js/main.js | |
| parent | 14d5de2b8705515c3b98bc071fd3ffb479bf5b07 (diff) | |
undid force debug
Diffstat (limited to 'electron_js/main.js')
| -rw-r--r-- | electron_js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/electron_js/main.js b/electron_js/main.js index 436ba4af..4a1125f1 100644 --- a/electron_js/main.js +++ b/electron_js/main.js @@ -32,7 +32,7 @@ function createWindow() { win.loadURL(`file://${__dirname}/index.html`); // Open the DevTools. - win.webContents.openDevTools(); + //win.webContents.openDevTools(); // Emitted when the window is closed. win.on('closed', () => { |
