mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Disable renderer backgrounding
This commit is contained in:
@@ -158,6 +158,7 @@ class AtomApplication
|
||||
# Configures required javascript environment flags.
|
||||
setupJavaScriptArguments: ->
|
||||
app.commandLine.appendSwitch 'js-flags', '--harmony'
|
||||
app.commandLine.appendSwitch 'disable-renderer-backgrounding'
|
||||
|
||||
# Registers basic application commands, non-idempotent.
|
||||
handleEvents: ->
|
||||
|
||||
Reference in New Issue
Block a user