mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-23 07:32:20 +00:00
Update AppIconOptionsController.m
This commit is contained in:
parent
9a4aad563c
commit
41400ae1d6
1 changed files with 0 additions and 2 deletions
|
|
@ -36,7 +36,6 @@ static BOOL EnsurePrefsDirectoryExists(void) {
|
|||
@property (strong, nonatomic) UITableView *tableView;
|
||||
@property (strong, nonatomic) NSArray<NSString *> *appIcons;
|
||||
@property (assign, nonatomic) NSInteger selectedIconIndex;
|
||||
@property (strong, nonatomic) UIButton *backButton;
|
||||
|
||||
@end
|
||||
|
||||
|
|
@ -326,7 +325,6 @@ static BOOL EnsurePrefsDirectoryExists(void) {
|
|||
}
|
||||
|
||||
NSFileManager *fm = [NSFileManager defaultManager];
|
||||
NSError *writeError = nil;
|
||||
|
||||
// Write preferences atomically
|
||||
BOOL success = [prefs writeToFile:path atomically:YES];
|
||||
|
|
|
|||
Loading…
Reference in a new issue