blob: fb91a5f208ce14229e71d069006bcfa1641a2c7b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/main.js.orig 2022-08-03 05:14:29 UTC
+++ src/main.js
@@ -157,7 +157,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');
|