mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-23 15:52:17 +00:00
Update AppIconOptionsController.m
This commit is contained in:
parent
9afae4e5e2
commit
4bbee9be4d
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ static NSString *BundlePath(void) {
|
|||
|
||||
BOOL ok = [prefs writeToFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/%@.plist", kPrefDomain] atomically:YES];
|
||||
if (!ok) {
|
||||
[self.showAlertWithTitle:@"Error" message:@"Failed to save preference"];
|
||||
[self showAlertWithTitle:@"Error" message:@"Failed to save preference"];
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue