blob: 59be3f98c26d1748ee73b0f89c811b3bdf9d4b8a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/main.js.orig 2020-08-25 09:40:01 UTC
+++ src/main.js
@@ -198,7 +198,7 @@ function configureCommandlineSwitchesSync(cliArgs) {
'force-color-profile'
];
- if (process.platform === 'linux') {
+ if (process.platform === 'linux' || process.platform === 'freebsd') {
// Force enable screen readers on Linux via this flag
SUPPORTED_ELECTRON_SWITCHES.push('force-renderer-accessibility');
|