page-visibility -> backgroundThrottling

This commit is contained in:
Wliu
2016-04-14 20:22:22 -04:00
parent ca12075a41
commit 098af442d2

View File

@@ -25,10 +25,10 @@ class AtomWindow
show: false
title: 'Atom'
webPreferences:
'direct-write': true
directWrite: true
if @isSpec
options.webPreferences['page-visibility'] = true
options.webPreferences.backgroundThrottling = false
# Don't set icon on Windows so the exe's ico will be used as window and
# taskbar's icon. See https://github.com/atom/atom/issues/4811 for more.