diff --git a/app/main/index.ts b/app/main/index.ts index acd3754c..18220e11 100644 --- a/app/main/index.ts +++ b/app/main/index.ts @@ -143,9 +143,6 @@ function createMainWindow(): Electron.BrowserWindow { return win; } -// Decrease load on GPU (experimental) -app.disableHardwareAcceleration(); - // Temporary fix for Electron render colors differently // More info here - https://github.com/electron/electron/issues/10732 app.commandLine.appendSwitch('force-color-profile', 'srgb');