Force color profile to render correct colors
This commit is contained in:
parent
618b186ac1
commit
e8e3f50cfb
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ const appState = {};
|
||||||
app.setAsDefaultProtocolClient('lbry');
|
app.setAsDefaultProtocolClient('lbry');
|
||||||
app.setName('LBRY');
|
app.setName('LBRY');
|
||||||
app.setAppUserModelId('io.lbry.LBRY');
|
app.setAppUserModelId('io.lbry.LBRY');
|
||||||
|
app.commandLine.appendSwitch('force-color-profile', 'srgb');
|
||||||
|
|
||||||
if (isDev) {
|
if (isDev) {
|
||||||
// Disable security warnings in dev mode:
|
// Disable security warnings in dev mode:
|
||||||
|
|
Loading…
Reference in a new issue