PDA

View Full Version : Control the behavior of the green button in iTunes 9.0.1


Lecter
09-29-2009, 12:08 PM
If you prefer the “maximize when clicked” behavior for the green button in iTunes 9.0.1, here’s how to get it back. Quit iTunes if it’s running, and enter this command in Terminal:

defaults write com.apple.iTunes zoom-to-window -bool YES

Restart iTunes, and the green button will now maximize the window when clicked, just as it did in iTunes 9. To revert to the iTunes 9.0.1 behavior of showing the mini player, quit iTunes and enter this command in Terminal:

defaults delete com.apple.iTunes zoom-to-window

The next time you run iTunes, the green button will again show the mini player when clicked.