feat(teidesu): disable macos font smoothing
This commit is contained in:
parent
00206ad237
commit
29211b7ddf
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
ApplePressAndHoldEnabled = false;
|
||||
AppleShowAllFiles = true;
|
||||
AppleShowAllExtensions = true;
|
||||
AppleFontSmoothing = 0;
|
||||
AppleShowScrollBars = "WhenScrolling";
|
||||
NSAutomaticCapitalizationEnabled = false;
|
||||
NSAutomaticDashSubstitutionEnabled = false;
|
||||
|
|
Loading…
Reference in a new issue