Double-clicking the app icon opens the prefs.
authorKent Sutherland <ksuther@ithinksw.com>
Sun, 7 Nov 2004 19:28:48 +0000 (19:28 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Sun, 7 Nov 2004 19:28:48 +0000 (19:28 +0000)
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];