Skip to content

Commit

Permalink
default to enabling Notification Center alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
ncosgray committed Feb 21, 2020
1 parent 56696ea commit c09f78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Cuppa_Control.m
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ - (id)init
[appDefaults setObject:@"YES" forKey:@"showTimer"];
[appDefaults setObject:@"NO" forKey:@"showSteep"];
[appDefaults setObject:@"NO" forKey:@"autoStart"];
[appDefaults setObject:@"NO" forKey:@"notifyOSX"];
[appDefaults setObject:@"YES" forKey:@"notifyOSX"];
[appDefaults setObject:[Cuppa_Bevy toDictionary:mBevys] forKey:@"bevys"];
[defaults registerDefaults:appDefaults];

Expand Down

0 comments on commit c09f78f

Please sign in to comment.