git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed the F13 key equivalent. Was showing up as F3
[MenuTunes.git]
/
PreferencesController.m
diff --git
a/PreferencesController.m
b/PreferencesController.m
index
5999bdf
..
3d9e815
100755
(executable)
--- a/
PreferencesController.m
+++ b/
PreferencesController.m
@@
-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
// Setup the positioning controls
// Setup effects controls