Update uYouPlusSettings.xm

This commit is contained in:
aricloverGitHub (INACTIVE) 2024-12-12 19:36:12 -06:00 committed by GitHub
parent 2c625e0439
commit bfcf0a8e73
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];
[[%c(GOOHUDManagerInternal) sharedInstance] showMessageMainThread:[%c(YTHUDMessage) messageWithText:@"Settings applied"]];
SHOW_RELAUNCH_YT_SNACKBAR;
} else {
NSDictionary *backupSettings = [NSKeyedUnarchiver unarchiveObjectWithData:backupData];