diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-22 13:28:05 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-22 13:28:05 -0400 |
| commit | 1c544b656e47d8b8ddba19673daba07a35e3afb2 (patch) | |
| tree | f6640f2025b4e0ae034eddf41396d4615e6fcf1f /electron_js/main.js | |
| parent | 39320d2e7c2f2dfc318f921ee615e0165c418f4a (diff) | |
various fixes for XCode 10 build process and iCloud
Diffstat (limited to 'electron_js/main.js')
| -rw-r--r-- | electron_js/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/electron_js/main.js b/electron_js/main.js index 10124bbf..86546de1 100644 --- a/electron_js/main.js +++ b/electron_js/main.js @@ -87,10 +87,10 @@ const mx = globalShortcut.register('CommandOrControl+Alt+F', () => { win.webContents.openDevTools(); }) - const newwinx = globalShortcut.register('CommandOrControl+Alt+N', () => { + /*const newwinx = globalShortcut.register('CommandOrControl+Alt+N', () => { console.log('CommandOrControl+Alt+N is pressed'); createAlternateWindow(); - }) + })*/ // Create the browser window. |
