From 4a7598cc04781a40df49f8387e2d0b899cc8d336 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 13 Aug 2012 08:08:23 +0200 Subject: .osx: Disable the Genius sidebar in iTunes --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index cd23d1b..ced4f28 100755 --- a/.osx +++ b/.osx @@ -358,6 +358,9 @@ defaults write com.apple.iCal IncludeDebugMenu -bool true # Disable the iTunes store link arrows defaults write com.apple.iTunes show-store-link-arrows -bool false +# Disable the Genius sidebar in iTunes +defaults write com.apple.iTunes disableGeniusSidebar -bool true + # Disable the Ping sidebar in iTunes defaults write com.apple.iTunes disablePingSidebar -bool true -- cgit v1.2.3