Double-clicking the app icon opens the prefs.
[MenuTunes.git] / MainController.m
index 93fb677..44e766b 100755 (executable)
@@ -175,6 +175,11 @@ static MainController *sharedController;
     [NSApp deactivate];
 }
 
+- (void)applicationDidBecomeActive:(NSNotification *)note
+{
+       [[MainController sharedController] showPreferences];
+}
+
 - (ITMTRemote *)loadRemote
 {
     NSString *folderPath = [[NSBundle mainBundle] builtInPlugInsPath];