mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-07-27 07:52:22 +00:00
Update uYouPlusSettings.xm
This commit is contained in:
parent
4c49a41206
commit
2f2bcd2dff
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue