mirror of https://github.com/keeweb/keeweb
fix #1621: colors on Linux
parent
ad978d2ed3
commit
90da86ebb8
|
@ -618,6 +618,9 @@ function setEnv() {
|
|||
app.commandLine.appendSwitch('disable-http-cache');
|
||||
app.commandLine.appendSwitch('disable-gpu-shader-disk-cache');
|
||||
|
||||
// fixes colors on Linux, see #1621
|
||||
app.commandLine.appendSwitch('force-color-profile', 'srgb');
|
||||
|
||||
app.allowRendererProcessReuse = true;
|
||||
|
||||
logProgress('setting env');
|
||||
|
|
Loading…
Reference in New Issue