From 4bbee9be4d00b9a8b38c7c982ce2fb2fb48b1a88 Mon Sep 17 00:00:00 2001 From: aricloverEXTRA <157071384+aricloverEXTRA@users.noreply.github.com> Date: Tue, 27 Jan 2026 10:52:31 -0600 Subject: [PATCH] Update AppIconOptionsController.m --- Sources/AppIconOptionsController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/AppIconOptionsController.m b/Sources/AppIconOptionsController.m index 2cf38b5..d90b6ee 100644 --- a/Sources/AppIconOptionsController.m +++ b/Sources/AppIconOptionsController.m @@ -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; }