mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 16:38:41 -06:00
5504a8e8ca
* SDA-1567: upgrade electron to 6.1.7 Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-1567: add menu item for managing gpu * SDA-1567: add documentation for dialog-handler.ts * SDA-1567: fix chrome flags unit test * SDA-1567: update package-lock.json * SDA-1567: add disable gpu menu item Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-1567: fix unit tests and update dialog-handler.ts - Fix unit tests - Update dialog handler to write to config file regardless of user restarting the app immediately Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-1567: revert electron upgrade Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-1567: fix translations Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
36 lines
927 B
Plaintext
36 lines
927 B
Plaintext
{
|
|
"url":"https://foundation-dev.symphony.com",
|
|
"minimizeOnClose" : "ENABLED",
|
|
"launchOnStartup" : "ENABLED",
|
|
"alwaysOnTop" : "DISABLED",
|
|
"bringToFront": "DISABLED",
|
|
"whitelistUrl": "*",
|
|
"isCustomTitleBar": "ENABLED",
|
|
"memoryRefresh": "ENABLED",
|
|
"memoryThreshold": "800",
|
|
"devToolsEnabled": true,
|
|
"contextIsolation": true,
|
|
"disableGpu": false,
|
|
"ctWhitelist": [],
|
|
"podWhitelist": [],
|
|
"notificationSettings": {
|
|
"position": "upper-right",
|
|
"display": ""
|
|
},
|
|
"customFlags": {
|
|
"authServerWhitelist": "",
|
|
"authNegotiateDelegateWhitelist": "",
|
|
"disableThrottling": false
|
|
},
|
|
"permissions": {
|
|
"media": true,
|
|
"geolocation": true,
|
|
"notifications": true,
|
|
"midiSysex": true,
|
|
"pointerLock": true,
|
|
"fullscreen": true,
|
|
"openExternal": true
|
|
},
|
|
"autoLaunchPath": ""
|
|
}
|