|
Making the Expanded Save Dialog the Default in Mac OS X |
|
|
|
|
This is a great command that prevents you from having to press that pesky down arrow to show the column/list view of folders within the save dialog. Type the following at the command prompt in Terminal (/Applications/Utilities/Terminal.app):
defaults write -g NSNavPanelExpandedStateForSaveMode -bool TRUE
Simply replace TRUE with FALSE to reverse the effect.
|