diff --git a/app/main/index.ts b/app/main/index.ts index 9fc7559c..7a580f3d 100644 --- a/app/main/index.ts +++ b/app/main/index.ts @@ -124,10 +124,6 @@ function createMainWindow(): Electron.BrowserWindow { return win; } -// Temporary fix for Electron render colors differently -// More info here - https://github.com/electron/electron/issues/10732 -app.commandLine.appendSwitch("force-color-profile", "srgb"); - (async () => { if (!app.requestSingleInstanceLock()) { app.quit();