Updates for 1.5.0

This commit is contained in:
WolverinDEV
2020-12-02 18:08:49 +01:00
parent 53367bafa5
commit 467d228e23
80 changed files with 3615 additions and 1938 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ export class ObjectProxyClient<ObjectType extends ProxyInterface<ObjectType>> {
}) as any;
}
private handleIPCMessage(event: IpcRendererEvent, ...args: any[]) {
private handleIPCMessage(_event: IpcRendererEvent, ...args: any[]) {
const actionType = args[0];
if(actionType === "notify-event") {