parent
0abf043d6d
commit
eb522cd645
|
@ -3,7 +3,6 @@ import {ipcRenderer as IPC, shell} from "electron";
|
|||
export const ipcRenderer = {
|
||||
send: IPC.send.bind(IPC),
|
||||
sendToHost: IPC.sendToHost.bind(IPC),
|
||||
sendTo: IPC.sendTo.bind(IPC),
|
||||
sendSync: IPC.sendSync.bind(IPC),
|
||||
invoke: IPC.invoke.bind(IPC),
|
||||
on: IPC.on.bind(IPC),
|
||||
|
|
Loading…
Reference in New Issue