mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-28 01:10:52 +01:00
Remove in process gpu
This commit is contained in:
parent
8e8ef37e07
commit
be45768b31
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user