mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 16:13:37 +00:00
Remove color profile override.
Modern Chromium and Electron do color management correctly. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user