mirror of
https://github.com/atom/atom.git
synced 2026-01-25 23:08:18 -05:00
Fix backgroundThrottling assignment
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user