Update AppIconOptionsController.m

This commit is contained in:
aricloverEXTRA 2026-01-27 10:52:31 -06:00 committed by GitHub
parent 9afae4e5e2
commit 4bbee9be4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}