Update uYouPlusSettings.xm

This commit is contained in:
aricloverGitHub (INACTIVE) 2024-12-12 20:01:30 -06:00 committed by GitHub
parent bfcf0a8e73
commit 275f583fa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {