feat: add disable-lcd-text flag (#211716)

This commit is contained in:
Raymond Zhao
2024-05-06 10:00:49 -07:00
committed by GitHub
parent e3d04f279f
commit 8a3f7e95d2
4 changed files with 10 additions and 1 deletions

View File

@@ -202,7 +202,10 @@ function configureCommandlineSwitchesSync(cliArgs) {
'disable-hardware-acceleration',
// override for the color profile to use
'force-color-profile'
'force-color-profile',
// disable LCD font rendering, a Chromium flag
'disable-lcd-text'
];
if (process.platform === 'linux') {