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

Remove command line flag which caused blurriness and missing pixels on Windows #6947

Merged
merged 1 commit into from
Jan 31, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ const privacy = require('../js/state/privacy')
const async = require('async')
const settings = require('../js/constants/settings')

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

// Used to collect the per window state when shutting down the application
Expand Down