mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
chore: update main.js
Siwtch -> Switch
This commit is contained in:
parent
8914d1e028
commit
f23897480b
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ function configureCommandlineSwitchesSync(cliArgs) {
|
|||
app.commandLine.appendSwitch('disable-features', featuresToDisable);
|
||||
|
||||
// Blink features to configure.
|
||||
// `FontMatchingCTMigration` - Siwtch font matching on macOS to Appkit (Refs https://github.com/microsoft/vscode/issues/224496#issuecomment-2270418470).
|
||||
// `FontMatchingCTMigration` - Switch font matching on macOS to Appkit (Refs https://github.com/microsoft/vscode/issues/224496#issuecomment-2270418470).
|
||||
const blinkFeaturesToDisable =
|
||||
`FontMatchingCTMigration,${app.commandLine.getSwitchValue('disable-blink-features')}`;
|
||||
app.commandLine.appendSwitch('disable-blink-features', blinkFeaturesToDisable);
|
||||
|
|
|
|||
Loading…
Reference in a new issue