This commit is contained in:
Jason Rudolph
2018-06-01 15:04:46 -04:00
parent 6985fb0ff3
commit b67f8ac2ce

View File

@@ -45,7 +45,7 @@ module.exports = function start (resourcePath, startTime) {
const config = getConfig()
const colorProfile = config.get('core.forceColorProfile')
if (colorProfile) {
app.commandLine.appendSwitch('force-color-profile', colorProfile)
app.commandLine.appendSwitch('force-color-profile', colorProfile)
}
if (handleStartupEventWithSquirrel()) {