mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 08:57:00 -06:00
🐛 SDA-3484 - Append disable smooth scroll chromium flag (#1305)
This commit is contained in:
parent
c59efaefbe
commit
6098f710a4
@ -10,6 +10,8 @@ logger.info(`chrome-flags: Setting mandatory chrome flags`, {
|
||||
flag: { 'ssl-version-fallback-min': 'tls1.2' },
|
||||
});
|
||||
app.commandLine.appendSwitch('ssl-version-fallback-min', 'tls1.2');
|
||||
app.commandLine.appendSwitch('disable-threaded-scrolling');
|
||||
app.commandLine.appendSwitch('disable-smooth-scrolling');
|
||||
|
||||
// Special args that need to be excluded as part of the chrome command line switch
|
||||
const specialArgs = [
|
||||
|
Loading…
Reference in New Issue
Block a user