summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/src/main/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/src/main/index.ts b/gui/src/main/index.ts
index dce30ff2b0..83b76292c4 100644
--- a/gui/src/main/index.ts
+++ b/gui/src/main/index.ts
@@ -275,6 +275,9 @@ class ApplicationMain {
app.commandLine.appendSwitch('wm-window-animations-disabled');
}
+ // Display correct colors regardless of monitor color profile.
+ app.commandLine.appendSwitch('force-color-profile', 'srgb');
+
this.overrideAppPaths();
// This ensures that only a single instance is running at the same time, but also exits if