Fix for upcoming electron update

Fixes #1715
This commit is contained in:
Zerebos 2024-02-21 18:17:51 -05:00
parent 0abf043d6d
commit eb522cd645
1 changed files with 0 additions and 1 deletions

View File

@ -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),