mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
11 lines
404 B
JavaScript
11 lines
404 B
JavaScript
--- src/main.js.orig 2021-02-03 15:33:23 UTC
|
|
+++ src/main.js
|
|
@@ -227,7 +227,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');
|