From: Kent Sutherland Date: Sun, 7 Nov 2004 19:28:48 +0000 (+0000) Subject: Double-clicking the app icon opens the prefs. X-Git-Tag: v1.5~13 X-Git-Url: http://git.ithinksw.org/MenuTunes.git/commitdiff_plain/53a760dd8d1249f4e4cbcabb4c07efdfcb29ba2d Double-clicking the app icon opens the prefs. --- diff --git a/MainController.m b/MainController.m index 93fb677..44e766b 100755 --- a/MainController.m +++ b/MainController.m @@ -175,6 +175,11 @@ static MainController *sharedController; [NSApp deactivate]; } +- (void)applicationDidBecomeActive:(NSNotification *)note +{ + [[MainController sharedController] showPreferences]; +} + - (ITMTRemote *)loadRemote { NSString *folderPath = [[NSBundle mainBundle] builtInPlugInsPath];