-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-enable remote to allow app launch to still process file
- Loading branch information
Hemal Ruparelia
authored and
Hemal Ruparelia
committed
Nov 20, 2020
1 parent
e03693c
commit cb798b3
Showing
4 changed files
with
14 additions
and
26 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
window.ipcRenderer = require('electron').ipcRenderer; //To send and receive events from electron | ||
window.remote = require('electron').remote; //To allow access to main process from webapp. E.g. To retrieve files set when app was not open | ||
window.remote = require('electron').remote; //To allow access to main process from webapp. E.g. To retrieve files set when app was not open |