fix: remove unsupported AppleMiniaturizeOnDoubleClick
This commit is contained in:
parent
7475e188dd
commit
f844365d30
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
system.defaults = {
|
system.defaults = {
|
||||||
NSGlobalDomain = {
|
NSGlobalDomain = {
|
||||||
AppleInterfaceStyle = "Dark";
|
AppleInterfaceStyle = "Dark";
|
||||||
AppleMiniaturizeOnDoubleClick = false;
|
|
||||||
NSAutomaticCapitalizationEnabled = true;
|
NSAutomaticCapitalizationEnabled = true;
|
||||||
NSAutomaticPeriodSubstitutionEnabled = true;
|
NSAutomaticPeriodSubstitutionEnabled = true;
|
||||||
NSAutomaticQuoteSubstitutionEnabled = true;
|
NSAutomaticQuoteSubstitutionEnabled = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue