blob: 901219c0cae5377bf2c8fd113fa58cca61a6ce9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/main.js.orig 2020-03-10 09:24:33 UTC
+++ src/main.js
@@ -137,7 +137,7 @@ function configureCommandlineSwitchesSync(cliArgs) {
'force-color-profile'
];
- if (process.platform === 'linux') {
+ if (process.platform === 'linux' || process.platform === 'freebsd') {
SUPPORTED_ELECTRON_SWITCHES.push('force-renderer-accessibility');
}
|