Skip to content

Commit

Permalink
Add todo to remove font access flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Aug 4, 2022
1 parent ef55371 commit 8690bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ function configureCommandlineSwitchesSync(cliArgs) {
}
});

// TODO: Remove this when we update to Electron 20 as font access is enabled by default in Chromium 104
// Enable Font Access API (eg. for terminal ligatures)
app.commandLine.appendSwitch('enable-features', 'FontAccess');

Expand Down

0 comments on commit 8690bdb

Please sign in to comment.