diff --git a/Sources/uYouPlusSettings.xm b/Sources/uYouPlusSettings.xm index 35b69e3..fa61940 100644 --- a/Sources/uYouPlusSettings.xm +++ b/Sources/uYouPlusSettings.xm @@ -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) {