git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Menu now indents using carbon.
[MenuTunes.git]
/
MainController.m
diff --git
a/MainController.m
b/MainController.m
index
517c892
..
10a944b
100755
(executable)
--- a/
MainController.m
+++ b/
MainController.m
@@
-45,6
+45,11
@@
static MainController *sharedController;
- (void)applicationDidFinishLaunching:(NSNotification *)note
{
- (void)applicationDidFinishLaunching:(NSNotification *)note
{
+ //Turn on debug mode if needed
+ if ([df boolForKey:@"ITDebugMode"]) {
+ SetITDebugMode(YES);
+ }
+
currentRemote = [self loadRemote];
[currentRemote begin];
currentRemote = [self loadRemote];
[currentRemote begin];
@@
-576,7
+581,6
@@
static MainController *sharedController;
- (void)toggleLoop
{
ITMTRemotePlayerRepeatMode repeatMode = [currentRemote repeatMode];
- (void)toggleLoop
{
ITMTRemotePlayerRepeatMode repeatMode = [currentRemote repeatMode];
-
switch (repeatMode) {
case ITMTRemotePlayerRepeatOff:
repeatMode = ITMTRemotePlayerRepeatAll;
switch (repeatMode) {
case ITMTRemotePlayerRepeatOff:
repeatMode = ITMTRemotePlayerRepeatAll;