Remove default setting def

This commit is contained in:
2024-10-10 16:19:09 +01:00
parent 9d3fd632bd
commit acd85609d3

View File

@@ -63,7 +63,6 @@
}; };
NSGlobalDomain.AppleICUForce24HourTime = false; NSGlobalDomain.AppleICUForce24HourTime = false;
NSGlobalDomain.AppleInterfaceStyle = "Dark"; NSGlobalDomain.AppleInterfaceStyle = "Dark";
AppleInterfaceStyleSwitchesAutomatically = false;
NSGlobalDomain.AppleScrollerPagingBehavior = true; NSGlobalDomain.AppleScrollerPagingBehavior = true;
NSGlobalDomain.AppleShowAllExtensions = true; NSGlobalDomain.AppleShowAllExtensions = true;
NSGlobalDomain.AppleShowAllFiles = true; NSGlobalDomain.AppleShowAllFiles = true;