mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 01:11:13 -06:00
Bug fix
This commit is contained in:
parent
5a92569955
commit
42832a8c21
@ -35,9 +35,8 @@ export const setChromeFlags = () => {
|
||||
]) as any;
|
||||
const configFlags: object = {
|
||||
'auth-negotiate-delegate-whitelist':
|
||||
flagsConfig.customFlags.authServerWhitelist,
|
||||
'auth-server-whitelist':
|
||||
flagsConfig.customFlags.authNegotiateDelegateWhitelist,
|
||||
'auth-server-whitelist': flagsConfig.customFlags.authServerWhitelist,
|
||||
'disable-background-timer-throttling': 'true',
|
||||
'disable-d3d11': flagsConfig.disableGpu || null,
|
||||
'disable-gpu': flagsConfig.disableGpu || null,
|
||||
|
Loading…
Reference in New Issue
Block a user