diff --git a/app/main/index.js b/app/main/index.js index 508a8932..2bc61b92 100644 --- a/app/main/index.js +++ b/app/main/index.js @@ -132,6 +132,7 @@ function createMainWindow() { 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'); // eslint-disable-next-line max-params diff --git a/app/package-lock.json b/app/package-lock.json index 181a04e0..15f6a489 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "zulip", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package-lock.json b/package-lock.json index d124c506..7767822b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "zulip", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 1, "requires": true, "dependencies": {