Fix backgroundThrottling assignment

This commit is contained in:
Antonio Scandurra
2016-04-15 16:02:31 +02:00
parent e03df6e1a4
commit a91ad9181b

View File

@@ -26,7 +26,7 @@ class AtomWindow
title: 'Atom'
if @isSpec
options.webPreferences.backgroundThrottling = false
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.