blob: 064248bef20bc75cee1960180ae9690e6ec82356 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/main.js.orig 2021-05-04 21:42:00 UTC
+++ src/main.js
@@ -152,7 +152,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');
|