Update uYouPlusSettings.xm

This commit is contained in:
aricloverEXTRA 2026-06-29 18:19:35 -05:00 committed by GitHub
parent 4c49a41206
commit 2f2bcd2dff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -885,7 +885,7 @@ NSString *cacheDescription = [NSString stringWithFormat:@"%@", GetCacheSize()];
// Enable the "Disable Animated YouTube Logo" setting
[[NSUserDefaults standardUserDefaults] setBool:enable forKey:kDisableAnimatedYouTubeLogo];
// Refresh data and show the relaunch popup
[[NSUserDefaults standardUserDefaults] setBool:enable forKey:kYouTabFakePremium];
[[NSUserDefaults standardUserDefaults] setBool:enable forKey:kYTPremiumLogo];
[settingsViewController reloadData];
SHOW_RELAUNCH_YT_SNACKBAR;
return YES;