mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
set background throttling to false by default (#7319)
This commit is contained in:
parent
251f00ec1c
commit
d8d467f62b
@ -154,7 +154,7 @@ export const CONFIG = contentConfig.OPTIONS.merge(
|
||||
options: {
|
||||
backgroundThrottling: new contentConfig.Option({
|
||||
passToWebApplication: true,
|
||||
value: true,
|
||||
value: false,
|
||||
description: 'Throttle animations when run in background.',
|
||||
}),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user