Revert "performance: Disable hardware acceleration to decrease the load on GPU."

This reverts commit fb74251a2c.

The actual problem in #213 was the infinite bouncing question mark
hotspot animation (https://github.com/zulip/zulip/issues/13760).

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-12-16 14:14:07 -08:00
parent 682511bb68
commit 873fecf548

View File

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