mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
Update uYouPlusSettings.xm
This commit is contained in:
parent
bfcf0a8e73
commit
275f583fa5
1 changed files with 0 additions and 1 deletions
|
|
@ -1648,7 +1648,6 @@ NSString *cacheDescription = [NSString stringWithFormat:@"%@", GetCacheSize()];
|
|||
if (success) {
|
||||
YTSettingsViewController *settingsViewController = [self valueForKey:@"_settingsViewControllerDelegate"];
|
||||
[settingsViewController reloadData];
|
||||
SHOW_RELAUNCH_YT_SNACKBAR;
|
||||
} else {
|
||||
NSDictionary *backupSettings = [NSKeyedUnarchiver unarchiveObjectWithData:backupData];
|
||||
for (NSString *key in backupSettings) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue