fix: remove unsupported AppleMiniaturizeOnDoubleClick

This commit is contained in:
mikl 2026-07-01 13:06:27 +03:00
parent 7475e188dd
commit f844365d30

View file

@ -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;