Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
turn off enable-use-zoom-for-dsf that was enabled by default starting…
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Oct 6, 2016
1 parent 9e98154 commit e8bf42e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ const privacy = require('../js/state/privacy')
const basicAuth = require('./browser/basicAuth')
const async = require('async')

// temporary fix for #4517, #4518 and #4472
app.commandLine.appendSwitch('enable-use-zoom-for-dsf', 'false')

// Used to collect the per window state when shutting down the application
let perWindowState = []
let sessionStateStoreCompleteOnQuit = false
Expand Down

2 comments on commit e8bf42e

@bsclifton
Copy link
Member

@bsclifton bsclifton commented on e8bf42e Oct 6, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@jonathansampson
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐞🔨🦁

Please sign in to comment.