electron-notify icon indicating copy to clipboard operation
electron-notify copied to clipboard

Make compatible with electron remote

Open michael87 opened this issue 7 years ago • 1 comments

I saw a problem in the code, it is related to issue: #10

The fix is the same i found in the repository from electron-oauth2:

https://github.com/mawie81/electron-oauth2/commit/e3a30a684538002a50acfc2f917a6fcda024b3ce

michael87 avatar Apr 14 '17 19:04 michael87

If you'd like to use this module in a renderer process, then the ipc const should also be ipcRenderer rather ipcMain.

hankbao avatar Aug 25 '17 08:08 hankbao