win: screen module is now browser only.
This commit is contained in:
parent
ea60a04280
commit
43e8ecb118
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
module.exports =
|
module.exports =
|
||||||
if process.platform is 'linux' and process.type is 'renderer'
|
if process.platform in ['linux', 'win32'] and process.type is 'renderer'
|
||||||
# On Linux we could not access screen in renderer process.
|
# On Linux we could not access screen in renderer process.
|
||||||
require('remote').require 'screen'
|
require('remote').require 'screen'
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue