diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-01 15:05:59 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-01 15:05:59 -0400 |
| commit | fce601db817c966e6e10650d9020b583e73cac96 (patch) | |
| tree | ddbff274541687f5af2ff28b45d51522b820081a | |
| parent | 5ffe5f21ca125b257a7ee50d495346b39fe09a52 (diff) | |
signed test
| -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 5856093c..2bcf2192 100644 --- a/electron_js/main.js +++ b/electron_js/main.js @@ -68,7 +68,7 @@ const mx = globalShortcut.register('CommandOrControl+Alt+F', () => { width: mainWindowState.width, height: mainWindowState.height, webPreferences:{nodeIntegration:false}}); - +// |
