blob: cc43d1226b39c1475b7f457575fab13b74eb779c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/main.js.orig 2023-06-14 08:28:08 UTC
+++ src/main.js
@@ -193,7 +193,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');
|