Skip to content

Commit

Permalink
Update LLShortCutModel.m
Browse files Browse the repository at this point in the history
Closes #90
  • Loading branch information
HDB-Li committed Mar 27, 2020
1 parent c74a1bc commit be03d0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ + (LLShortCutModel *)resetStandardUserDefaultsModel {
dispatch_once(&onceToken, ^{
_resetStandardUserDefaultsModel = [[LLShortCutModel alloc] initWithName:@"Reset User Defaults"
action:^NSString *_Nullable {
[NSUserDefaults resetStandardUserDefaults];
[[NSUserDefaults standardUserDefaults] removePersistentDomainForName:[NSBundle mainBundle].bundleIdentifier];
return nil;
}];
});
Expand Down

0 comments on commit be03d0b

Please sign in to comment.