Fixed launch player with MenuTunes checkbox in prefs.
[MenuTunes.git] / PreferencesController.m
index 5999bdf..3d9e815 100755 (executable)
@@ -726,6 +726,10 @@ static PreferencesController *prefs = nil;
         }
     }
     
+    // Set the launch player checkbox state
+    ITDebugLog(@"Setting launch player with MenuTunes state.");
+    [launchPlayerAtLaunchCheckbox setState:[df boolForKey:@"LaunchPlayerWithMT"] ? NSOnState : NSOffState];
+    
     // Setup the positioning controls
     
     // Setup effects controls