Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Fix #17356
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrudolph committed May 18, 2018
1 parent dcae784 commit d65a097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main-process/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module.exports = function start (resourcePath, startTime) {
console.log = nslog

app.commandLine.appendSwitch('enable-experimental-web-platform-features')
app.commandLine.appendSwitch('force-color-profile', 'srgb')

const args = parseCommandLine(process.argv.slice(1))
atomPaths.setAtomHome(app.getPath('home'))
Expand Down

0 comments on commit d65a097

Please sign in to comment.