diff --git a/app/index.js b/app/index.js index bc850a17d04..a19164b5a5c 100644 --- a/app/index.js +++ b/app/index.js @@ -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