Don't expand 'Preview' info tab by default.

This commit is contained in:
Jeff Geerling
2014-02-22 10:42:43 -06:00
parent 01f6f42d0d
commit 7766274b82
Vendored
+1
View File
@@ -228,6 +228,7 @@ chflags nohidden ~/Library
defaults write com.apple.finder FXInfoPanesExpanded -dict \ defaults write com.apple.finder FXInfoPanesExpanded -dict \
General -bool true \ General -bool true \
OpenWith -bool true \ OpenWith -bool true \
Preview -bool false \
Privileges -bool true Privileges -bool true
############################################################################### ###############################################################################