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

Commit

Permalink
Merge pull request #10160 from bsclifton/master
Browse files Browse the repository at this point in the history
  • Loading branch information
NejcZdovc committed Jul 26, 2017
2 parents 556a86e + 6e417d7 commit 1eefa1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/components/preferences/pluginsTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const appConfig = require('../../../../js/constants/appConfig')
const platformUtil = require('../../../common/lib/platformUtil')
const isDarwin = platformUtil.isDarwin()
const isLinux = platformUtil.isLinux()
const isWindows = platformUtil.isLinux()
const isWindows = platformUtil.isWindows()

const WidevineInfo = require('../main/widevineInfo')
const flash = appConfig.resourceNames.FLASH
Expand Down

0 comments on commit 1eefa1a

Please sign in to comment.