Skip to content

Commit a0a829e

Browse files
committed
Update AppDelegate.m
1 parent 1dd2ac2 commit a0a829e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

AppDelegate.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,9 @@ -(void)applicationDidFinishLaunching:(NSNotification *)notification
8787
//defaults
8888
NSUserDefaults* defaults = [NSUserDefaults standardUserDefaults];
8989

90-
//TODO:
9190
//first time run?
9291
// show welcome/configuration screens
93-
if([defaults boolForKey:NOT_FIRST_TIME])
92+
if(![defaults boolForKey:NOT_FIRST_TIME])
9493
{
9594
//set key
9695
[defaults setBool:YES forKey:NOT_FIRST_TIME];

0 commit comments

Comments
 (0)