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;
|
ApplePressAndHoldEnabled = false;
|
||||||
AppleShowAllFiles = true;
|
AppleShowAllFiles = true;
|
||||||
AppleShowAllExtensions = true;
|
AppleShowAllExtensions = true;
|
||||||
|
AppleFontSmoothing = 0;
|
||||||
AppleShowScrollBars = "WhenScrolling";
|
AppleShowScrollBars = "WhenScrolling";
|
||||||
NSAutomaticCapitalizationEnabled = false;
|
NSAutomaticCapitalizationEnabled = false;
|
||||||
NSAutomaticDashSubstitutionEnabled = false;
|
NSAutomaticDashSubstitutionEnabled = false;
|
||||||
|
|
Loading…
Reference in a new issue