We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd2ac2 commit a0a829eCopy full SHA for a0a829e
AppDelegate.m
@@ -87,10 +87,9 @@ -(void)applicationDidFinishLaunching:(NSNotification *)notification
87
//defaults
88
NSUserDefaults* defaults = [NSUserDefaults standardUserDefaults];
89
90
- //TODO:
91
//first time run?
92
// show welcome/configuration screens
93
- if([defaults boolForKey:NOT_FIRST_TIME])
+ if(![defaults boolForKey:NOT_FIRST_TIME])
94
{
95
//set key
96
[defaults setBool:YES forKey:NOT_FIRST_TIME];
0 commit comments