Force color profile to render correct colors

This commit is contained in:
tuxfoo 2020-01-08 02:44:23 +13:00 committed by Sean Yesmunt
parent 618b186ac1
commit e8e3f50cfb

View file

@ -48,6 +48,7 @@ const appState = {};
app.setAsDefaultProtocolClient('lbry');
app.setName('LBRY');
app.setAppUserModelId('io.lbry.LBRY');
app.commandLine.appendSwitch('force-color-profile', 'srgb');
if (isDev) {
// Disable security warnings in dev mode: