X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/703be04ff6d1a493d2920adc9a07911c587aea14..986a1f3db6df6ca58d90b88664ba48eb29c4b173:/PreferencesController.m diff --git a/PreferencesController.m b/PreferencesController.m index 67cdd56..726f1e8 100755 --- a/PreferencesController.m +++ b/PreferencesController.m @@ -540,6 +540,7 @@ static PreferencesController *prefs = nil; [df setInteger:5 forKey:@"SongsInAdvance"]; // [df setBool:YES forKey:@"showName"]; // Song info will always show song title. [df setBool:YES forKey:@"showArtist"]; + [df setBool:YES forKey:@"showAlbumArtwork"]; [df setBool:NO forKey:@"showAlbum"]; [df setBool:NO forKey:@"showTime"];