diff --git a/electron/index.ts b/electron/index.ts index 5534451..2f6af8b 100644 --- a/electron/index.ts +++ b/electron/index.ts @@ -51,9 +51,9 @@ app.on("window-all-closed", () => { }); // ! ENABLE THIS FOR MACOS APP STORE BUILD -if (getPlatform() === "mac") { - app.commandLine.appendSwitch("in-process-gpu"); -} +// if (getPlatform() === "mac") { +// app.commandLine.appendSwitch("in-process-gpu"); +// } ipcMain.on(COMMAND.STOP, stop);