Remove in process gpu

This commit is contained in:
Nayam Amarshe
2023-10-15 15:16:00 +05:30
parent 8e8ef37e07
commit be45768b31

View File

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