I read in the MacRumors main article about iTunes being available that if you type this code
then it changes the iTunes button view so that they're no longer verticle, but now horizontal.
Unfortunately this now has the side effect that it removes some other cool features in iTunes 10, such as when you click on album art when a song's playing, it doesn't give you the little song scrubber on the artwork, which I want back.
So does anyone have an undo code? Or solution to revert iTunes back?
EDIT: Worked out the undo code with a bit of trial and error.
Code:
defaults write com.apple.iTunes full-window -1
then it changes the iTunes button view so that they're no longer verticle, but now horizontal.
Unfortunately this now has the side effect that it removes some other cool features in iTunes 10, such as when you click on album art when a song's playing, it doesn't give you the little song scrubber on the artwork, which I want back.
So does anyone have an undo code? Or solution to revert iTunes back?
EDIT: Worked out the undo code with a bit of trial and error.
Code:
defaults write com.apple.iTunes full-window -0