diff options
| -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 2bcf2192..a4fe235b 100644 --- a/electron_js/main.js +++ b/electron_js/main.js @@ -19,7 +19,7 @@ if (argv.path) { - +// // Keep a global reference of the window object, if you don't, the window will // be closed automatically when the JavaScript object is garbage collected. let win; |
