Activate remote on startup.

CQTexperiment
vspader 2007-02-19 00:44:06 +00:00
parent 3125740f0f
commit d21bf0daf3
1 changed files with 3 additions and 1 deletions

View File

@ -204,7 +204,9 @@ increase/decrease as long as the user holds the left/right, plus/minus button */
[self registerHotKeys];
//Init Remote
if (![[[[NSUserDefaultsController sharedUserDefaultsController] defaults] objectForKey:@"remoteOnlyOnActive"] boolValue]) {
[remote startListening:self];
}
NSString *filename = @"~/Library/Application Support/Cog/Default.playlist";