Skip to content

Commit

Permalink
fix: adding fix for washed out videos in chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Reptarsrage committed Oct 31, 2021
1 parent 68c8fd4 commit 1e1681e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ import createLocalWebServer from './localWebServer'
autoUpdater.logger = log
autoUpdater.logger.transports.file.level = 'info'

// TODO: temporary fix for washed out videos in latest chrome versions
app.commandLine.appendSwitch('-force-color-profile', 'hdr10')

// web Server
let localWebServer

Expand Down

0 comments on commit 1e1681e

Please sign in to comment.