Skip to content

Commit 1a7bfa0

Browse files
committed
Comment
1 parent 9abee13 commit 1a7bfa0

File tree

1 file changed

+3
-0
lines changed
  • packages/app/src/app/store/modules/preferences

1 file changed

+3
-0
lines changed

packages/app/src/app/store/modules/preferences/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ export default Module({
3939
trailingComma: 'none',
4040
useTabs: false,
4141
vimMode: false,
42+
// Windows has problems with calculating characters widths when ligatures
43+
// are disabled, however there is a weird character when you have 'fi' in
44+
// Menlo. So a temporary fix is to only enable this for Windows.
4245
enableLigatures: navigator.platform.indexOf('Win') > -1,
4346
},
4447
isLoadingPaymentDetails: true,

0 commit comments

Comments
 (0)